4,957 research outputs found

    A DHT-Based Multicarrier Modulation System with Pairwise ML Detection

    Get PDF
    This paper presents a complex-valued discrete multicarrier modulation (MCM) system based on the real-valued discrete Hartley transform (DHT) and its inverse (IDHT). Unlike the conventional discrete Fourier transform (DFT), the DHT cannot diagonalize multipath fading channels due to its inherent properties, and this results in mutual interference between subcarriers of the same mirror-symmetrical pair. We explore this interference pattern in order to seek an optimal solution to utilize channel diversity for enhancing the bit error rate (BER) performance of the system. It is shown that the optimal channel diversity gain can be achieved via pairwise maximum likelihood (ML) detection, taking into account not only the subcarrier's own channel quality but also the channel state information of its mirror-symmetrical peer. Performance analysis indicates that DHT-based MCM can mitigate fast fading effects by averaging channel power gains of each mirror-symmetrical pair of subcarriers. Simulation results show that the proposed scheme has a substantial improvement in BER over the conventional DFT-based MCM system

    Superfluid and magnetic states of an ultracold Bose gas with synthetic three-dimensional spin-orbit coupling in an optical lattice

    Get PDF
    We study ultracold bosonic atoms with the synthetic three-dimensional spin-orbit (SO) coupling in a cubic optical lattice. In the superfluidity phase, the lowest energy band exhibits one, two or four pairs of degenerate single-particle ground states depending on the SO-coupling strengths, which can give rise to the condensate states with spin-stripes for the weak atomic interactions. In the deep Mott-insulator regime, the effective spin Hamiltonian of the system combines three-dimensional Heisenberg exchange interactions, anisotropy interactions and Dzyaloshinskii-Moriya interactions. Based on Monte Carlo simulations, we numerically demonstrate that the resulting Hamiltonian with an additional Zeeman field has a rich phase diagram with spiral, stripe, vortex crystal, and especially Skyrmion crystal spin-textures in each xy-plane layer. The obtained Skyrmion crystals can be tunable with square and hexagonal symmetries in a columnar manner along the z axis, and moreover are stable against the inter-layer spin-spin interactions in a large parameter region.Comment: 9 pages, 4 figures; title modified, references and discussions added; accepted by PR

    Micronutrient Metabolism in Hemodialysis Patients

    Get PDF

    DualTable: A Hybrid Storage Model for Update Optimization in Hive

    Full text link
    Hive is the most mature and prevalent data warehouse tool providing SQL-like interface in the Hadoop ecosystem. It is successfully used in many Internet companies and shows its value for big data processing in traditional industries. However, enterprise big data processing systems as in Smart Grid applications usually require complicated business logics and involve many data manipulation operations like updates and deletes. Hive cannot offer sufficient support for these while preserving high query performance. Hive using the Hadoop Distributed File System (HDFS) for storage cannot implement data manipulation efficiently and Hive on HBase suffers from poor query performance even though it can support faster data manipulation.There is a project based on Hive issue Hive-5317 to support update operations, but it has not been finished in Hive's latest version. Since this ACID compliant extension adopts same data storage format on HDFS, the update performance problem is not solved. In this paper, we propose a hybrid storage model called DualTable, which combines the efficient streaming reads of HDFS and the random write capability of HBase. Hive on DualTable provides better data manipulation support and preserves query performance at the same time. Experiments on a TPC-H data set and on a real smart grid data set show that Hive on DualTable is up to 10 times faster than Hive when executing update and delete operations.Comment: accepted by industry session of ICDE201
    corecore