[MATLAB]最小和LDPC译码算法MATLAB实现我要分享

[MATLAB] minimum and LDPC decoding algorithm MATLA

matlab 算法 ldpc 实现 译码 最小

关注次数: 291

下载次数: 4

文件大小: 7.45 MB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:资源描述 LDPC译码的最小和算法(min-sum algorithm, MSA)在matlab中的实现。程序完整可用。 文件中包括了随机校验矩阵构造,随机信息生成,编码,噪声信道模拟,译码,记录等全部流程的程序。用户可以根据自身需求调整校验矩阵,信道错误率等参数,为了解LDPC码原理或进行试验带来方便。 每次运行后的结果还可以自动写入工作目录下minsumdata.xlsx文件,以备后期查阅结果,防止数据丢失。


English Description:

Application backgroundThe implementation of MSA LDPC (algorithm) in matlab. Complete program available.The paper includes a random check matrix construction, random information generation, encoding, noise channel simulation, decoding, recording, and other procedures. User can adjust the check matrix according to their own needs, channel error rate and other parameters, in order to understand the principle of LDPC code or to bring convenience. After each run, the results can also be automatically written to the working directory minsumdata.xlsx file, in order to prepare for the late access to the results, to prevent data loss.


代码预览