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

  • 相关阅读:
    行列式学习笔记
    二项式反演学习笔记
    【AtCoder】ARC096(C
    【LOJ】#2127. 「HAOI2015」按位或
    [ACM] POJ 1218 THE DRUNK JAILER (关灯问题)
    lua的弱弱引用表
    西班牙式软件团队
    【DRP】採用dom4j完毕XML文件导入数据库
    基于Linux平台病毒Wirenet.c解析
    【剑指offer】异或去重
  • 原文地址:https://www.cnblogs.com/zzyzz/p/13764672.html
Copyright © 2011-2022 走看看