zoukankan      html  css  js  c++  java
  • CCS

    Low-Density Parity-Check Codes

    Low-density parity-check codes (LDPC) are linear block codes that are characterized
    by a sparse parity-check matrix. These codes were originally introduced in Gallager

    (1960, 1963) but were not widely studied for the next 20 years. These codes have
    been the topic of active research in the coding community motivated by their excellent
    performance, which is realized by using an iterative decoding schemes known as the
    sum-product algorithm. In fact, it has been shown that these codes are competitors to
    turbo codes in terms of performance and, if well designed, have better performance
    than turbo codes. Their excellent performance has resulted in their adoption in several
    communication and broadcasting standards.

    Low-density parity-check codes are linear block codes with very large codeword
    length n usually in the thousands. The parity-check matrix H for these codes is a large
    matrix with very few l's in it. The term low density refers to the low density of l's in
    the parity-check matrix of these codes.

     

     

     

     

     

    Note 

    Obviously a Tanner graph with cycles has a girth that is least equal to 4.

    If the girth of the LDPC code is low, the information corresponding to a bit loops back to itself very
    soon, hence providing a little amount of extrinsic information and resulting in poor
    performance. Design techniques for LDPC codes with large girth are topics of active research.

     

    Reference,

      1. <<Contemporary Communication System using MATLAB>> - John G. Proakis

  • 相关阅读:
    python之定时器Timer
    (转载)Python一篇学会多线程
    docker速记
    IP地址简单入门
    pycharm快捷键及一些常用设置(转载)
    python系列1_travel
    Fluter基础巩固之Dart语言详解<三>
    Fluter基础巩固之Dart语言详解<二>
    Fluter基础巩固之Dart语言详解<一>
    Java精通并发-Condition编程模式详解与分析
  • 原文地址:https://www.cnblogs.com/zzyzz/p/13764672.html
Copyright © 2011-2022 走看看