• Title/Summary/Keyword: suitable code

Search Result 486, Processing Time 0.033 seconds

The Softest handoff Design using iterative decoding (Turbo Coding)

  • Yi, Byung-K.;Kim, Sang-G.;Picknoltz, Raymond-L.
    • Journal of Communications and Networks
    • /
    • v.2 no.1
    • /
    • pp.76-84
    • /
    • 2000
  • Communication systems, including cell-based mobile communication systems, multiple satellite communication systems of multi-beam satellite systems, require reliable handoff methods between cell-to-cell, satellite-to-satellite of beam-to-team, respectively. Recent measurement of a CDMA cellular system indicates that the system is in handoff at about 35% to 70% of an average call period. Therefore, system reliability during handoff is one of the major system performance parameters and eventually becomes a factor in the overall system capacity. This paper presents novel and improved techniques for handoff in cellular communications, multi-beam and multi-satellite systems that require handoff during a session. this new handoff system combines the soft handoff mechanism currently implemented in the IS-95 CDMA with code and packet diversity combining techniques and an iterative decoding algorithm (Turbo Coding). the Turbo code introduced by Berrou et all. has been demonstrated its remarkable performance achieving the near Shannon channel capacity [1]. Recently. Turbo codes have been adapted as the coding scheme for the data transmission of the third generation international cellular communication standards : UTRA and CDMA 2000. Our proposed encoder and decoder schemes modified from the original Turbo code is suitable for the code and packet diversity combining techniques. this proposed system provides not only an unprecedented coding gain from the Turbo code and it iterative decoding, but also gain induced by the code and packet diversity combining technique which is similar to the hybrid Type II ARQ. We demonstrate performance improvements in AWGN channel and Rayleigh fading channel with perfect channel state information (CSI) through simulations for at low signal to noise ratio and analysis using exact upper bounding techniques for medium to high signal to noise ratio.

  • PDF

An Improved Decoding Scheme of LCPC Codes (LCPC 부호의 개선된 복호 방식)

  • Cheong, Ho-Young
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.11 no.4
    • /
    • pp.430-435
    • /
    • 2018
  • In this paper, an improved decoding scheme for low-complexity parity-check(LCPC) code with small code length is proposed. The LCPC code is less complex than the turbo code or low density parity check(LDPC) code and requires less memory, making it suitable for communication between internet-of-things(IoT) devices. The IoT devices are required to have low complexity due to limited energy and have a low end-to-end delay time. In addition, since the packet length to be transmitted is small and the signal processing capability of the IoT terminal is small, the LCPC coding system should be as simple as possible. The LCPC code can correct all single errors and correct some of the two errors. In this paper, the proposed decoding scheme improves the bit error rate(BER) performance without increasing the complexity by correcting both errors using the soft value of the modulator output stage. As a result of the simulation using the proposed decoding scheme, the code gain of about 1.1 [dB] was obtained at the bit error rate of $10^{-5}$ compared with the existing decoding method.

A Design and Implementation of JiKU/XML Object-oriented Code Generator Using for Design Pattern (디자인 패턴을 이용한 JiKU/XML 객체지향코드 생성기 설계 및 구현)

  • Sun, Su-Kyun
    • The KIPS Transactions:PartD
    • /
    • v.11D no.4
    • /
    • pp.907-916
    • /
    • 2004
  • The present code generation system, developing based on single system, Is not easy for developers or maintenance men to share pattern design information in distribution environment. So in this paper, we design and implement XML as basis of web environment, and JiKU/XML object-oriented code generator using pattern design. We use UML to change pattern design to XML code, and create code, suitable to PIML command, to generate design information designed by UML into XML code. This JiKU/XML Object-oriented Code Generator makes 10-step codes, and can be easily applied to web environment. It complements the disadvantage of present generator, F77/J++, and makes standardization of design because it uses UML and design pattern information. We compare it with present system by implement Eases, and as a result, generator suggested in this study gives more effective function.

Design of a Turbo Decoder (Turbo decoder의 설계)

  • 박성진;송인채
    • Proceedings of the IEEK Conference
    • /
    • 2000.11b
    • /
    • pp.277-280
    • /
    • 2000
  • In this paper, we designed a turbo decoder using VHDL. To maximize effective free distance of the turbo code, we implemented pseudo random interleaver. A MAP(Maximum a posteriori) decoder is used as a primimary decoder. We avoided multiplication by using lookup tables(ROM). We expect that this small-sized turbo decoder is suitable for mobile communication. We simulated turbo decoder with Altera MAX+PLUS II.

  • PDF

Design of a morphing flap in a two component airfoil with a droop nose

  • Carozza, Antonio
    • Advances in aircraft and spacecraft science
    • /
    • v.4 no.1
    • /
    • pp.81-91
    • /
    • 2017
  • The performances of lifting surfaces are particularly critical in specific flight conditions like takeoff and landing. Different systems can be used to increase the lift and drag coefficients in such conditions like slat, flap or ailerons. Nevertheless they increase the losses and make difficult the mechanical design of wing structures. Morphing surfaces are a compromise between a right increase in lift and a reduction of parts movements involved in the actuation. Furthermore these systems are suitable for more than one flight condition with low inertia problems. So, flap and slats can be easily substituted by the corresponding morphing shapes. This paper deals with a genetic optimization of an airfoil with morphing flap with an already optimized nose. Indeed, two different codes are used to solve the equations, a finite volume code suitable for structured grids named ZEN and the EulerBoundary Layer Drela's code MSES. First a number of different preliminary design tests were done considering a specific set of design variables in order to restrict the design region. Then a RANS optimization with a single design point related to the take-off flight condition has been carried out in order to refine the previous design. Results are shown using the characteristic curves of the best and of the baseline reported to outline the computed performances enhancements. They reveal how the contemporary use of a morphing acting on the nose of the main component and the trailing edge of the flap drive towards a total not negligible increment in lift.

Parallel LDPC Decoding on a Heterogeneous Platform using OpenCL

  • Hong, Jung-Hyun;Park, Joo-Yul;Chung, Ki-Seok
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.10 no.6
    • /
    • pp.2648-2668
    • /
    • 2016
  • Modern mobile devices are equipped with various accelerated processing units to handle computationally intensive applications; therefore, Open Computing Language (OpenCL) has been proposed to fully take advantage of the computational power in heterogeneous systems. This article introduces a parallel software decoder of Low Density Parity Check (LDPC) codes on an embedded heterogeneous platform using an OpenCL framework. The LDPC code is one of the most popular and strongest error correcting codes for mobile communication systems. Each step of LDPC decoding has different parallelization characteristics. In the proposed LDPC decoder, steps suitable for task-level parallelization are executed on the multi-core central processing unit (CPU), and steps suitable for data-level parallelization are processed by the graphics processing unit (GPU). To improve the performance of OpenCL kernels for LDPC decoding operations, explicit thread scheduling, vectorization, and effective data transfer techniques are applied. The proposed LDPC decoder achieves high performance and high power efficiency by using heterogeneous multi-core processors on a unified computing framework.

A Review of the Scientific Names of Chinese Cabbage according to the International Codes of Nomenclature

  • Kim, Yoon-Young;Oh, Sang Heon;Pang, Wenxing;Li, Xiaonan;Ji, Seong-Jin;Son, Eunho;Han, Saehee;Park, Suhyoung;Soh, Eeunhe;Kim, Hoil;Lim, Yong Pyo
    • Horticultural Science & Technology
    • /
    • v.35 no.2
    • /
    • pp.165-169
    • /
    • 2017
  • We organized the scientific names of Chinese cabbage according to the International Code of Nomenclature for algae, fungi, and plants (ICN) and the International Code of Nomenclature for Cultivated Plants (ICNCP). We found that the subspecies name 'Brassica rapa subsp. pekinensis (Lour.) Rupr.' was suitable as the scientific name for Chinese cabbage, and we classified B. rapa var. glabra Regel. as its synonym. In addition, B. petsai Bailey is an 'unrecorded name'   not found in the original description, and therefore is not suitable for use. We conclude that all names based on this name are 'invalid names', and should not be used.

Synchronization Scheme for CCSK based LPD Systems (CCSK 변조방식을 사용하는 LPD 시스템을 위한 동기 기법)

  • Kang, Donghoon;Kim, Haeun;Oh, Wangrok
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.52 no.7
    • /
    • pp.3-9
    • /
    • 2015
  • In this paper, we propose an initial timing and frequency synchronization scheme for low probability detection (LPD) systems with cyclic code shift keying (CCSK). The performance of the LPD system with CCSK highly depend on initial timing and frequency offset. On the other hand, the operating SNR (Signal-to-Noise Ratio) of LPD systems is usually very low. Hence, to guarantee a reliable performance of the LPD system, it is crucial to develop suitable initial synchronization algorithms. In this paper, we propose an initial timing and frequency synchronization scheme suitable for CCSK based LPD system using a repeated preamble pattern.

Verification of 2-Parameters Site Classification System and Site Coefficients (I) - Comparisons with Well-known Seismic Code and Site Response Characteristics (2-매개변수 지반분류 방법 및 지반 증폭계수의 검증 (I) - 국외 내진설계기준 및 부지응답특성과의 비교)

  • Lee, Sei-Hyun;Sun, Chang-Guk;Ha, Jeong-Gon;Kim, Dong-Soo
    • Journal of the Korean Geotechnical Society
    • /
    • v.28 no.3
    • /
    • pp.25-34
    • /
    • 2012
  • In order to verify that the recently proposed two-parameters site classification system and the corresponding site coefficients are suitable for the local geological conditions in Korea, a comparison was conducted with current Korean seismic code, Eurocode-8, NYC DOT seismic code. The design spectrum of the current Korean seismic code is significantly amplified in the long-period range, whereas the other response spectra, including the proposed two-parameters approach, are significantly amplified in the short-period range, which is a typical geological condition in Korea. In addition, based on the results of site response analyses in the specific $10km{\times}10km$ area of Gyeongju, spatial distributions of site coefficients from site-specific seismic response analyses were compared with the proposed site coefficients, as well as those specified in the current Korean seismic code. The site coefficients ($F_a$ and $F_v$) from the current Korean seismic codes show significantly high spatial error distributions compared with those specified by the two-parameters site classification system. Therefore, the proposed system is suitable for regions of shallow bedrock including the Korean peninsula.

New site classification system and design response spectra in Korean seismic code

  • Kim, Dong-Soo;Manandhar, Satish;Cho, Hyung-Ik
    • Earthquakes and Structures
    • /
    • v.15 no.1
    • /
    • pp.1-8
    • /
    • 2018
  • A new site classification system and site coefficients based on local site conditions in Korea were developed and implemented as a part of minimum design load requirements for general seismic design. The new site classification system adopted bedrock depth and average shear wave velocity of soil above the bedrock as parameters for site classification. These code provisions were passed through a public hearing process before it was enacted. The public hearing process recommended to modify the naming of site classes and adjust the amplification factors so that the level of short-period amplification is suitable for economical seismic design. In this paper, the new code provisions were assessed using dynamic centrifuge tests and by comparing the design response spectra (DRS) with records from 2016 Gyeongju earthquake, the largest earthquake in history of instrumental seismic observation in Korea. The dynamic centrifuge tests were performed to simulate the representative Korean site conditions, such as shallow depth to bedrock and short-period amplification characteristics, and the results corroborated with the new DRS. The Gyeongju earthquake records also showed good agreement with the DRS. In summary, the new code provisions are reliable for representing the site amplification characteristic of shallow bedrock condition in Korea.