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

  • 相关阅读:
    1、手把手教React Native实战之环境搭建
    0、手把手教React Native实战之开山篇
    完整软件项目开发周期介绍
    闲暇决定个人的前程
    长期优秀的人,可能优秀只是他的习惯
    如何进行项目管理
    精选后端开发技巧大集合
    你的代码里藏着你的优雅
    人生就是一场永不停歇的修行
    写给女程序员的一篇文章
  • 原文地址:https://www.cnblogs.com/zzyzz/p/13764672.html
Copyright © 2011-2022 走看看