1 Star 2 Fork 0

XuChonghhh233 / LDPC_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

LDPC

Nonbinary LDPC codes encoding and decoding implementation

What is included:

  1. Regular Nonbinary LDPC code builder. It gets code length N, redundancy r, Galois field exponent m, column degree Dc and row degree Dr as input. As a result, a check matrix of (n, ≤ (r-k)) regular (Dr, Dc) LDPC code over GF(2^m) it built as the block matrix consisting of random permutation-and-multiplication matrices with fixed dimensions and uniformly distributed nonzero elements. This matrix is further stored in the specification file in following format:

  2. First row contains space-separated length, redundancy and field exponent

  3. Second row contains space-separated letter 'R' meaning 'Regular', row and column degrees

  4. Next r rows contain space-separated indices of nonzero elements along with their values in the corresponding rows of code check matrix

  5. LDPC encoder. It extracts check matrix from specification file and gets a generator matrix from it. This matrix is further used for code encoding.

  6. Log-domain sum-product decoding algorithm (see H. Wymeersch, H. Steendam, and M. Moeneclaey "Log-domain decoding of LDPC codes over GF(q)").

空文件

简介

Nonbinary LDPC codes encoding and decoding implementation 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/xuchonghhh233/LDPC_1.git
git@gitee.com:xuchonghhh233/LDPC_1.git
xuchonghhh233
LDPC_1
LDPC_1
master

搜索帮助