搜索结果
找到约 19,046 项符合
MATLAB LDPC 的查询结果
通讯/手机编程 采用Log-BP算法的LDPC码译码仿真程序
采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。
邮电通讯系统 我国数字电视地面国标以及手机电视国标都采用了LDPC编码
我国数字电视地面国标以及手机电视国标都采用了LDPC编码,本程序是LDPC的Matlab便解码实现,程序中附有说明,结构简洁,是了解LDPC原理和应用的最佳实例。
其他 iterative 解码库,matlab 和 c写的
iterative 解码库,matlab 和 c写的,
包括turbo code和LDPC的编解码,
含源代码
通讯/手机编程 在LDPC译码中用LLR方式
在LDPC译码中用LLR方式,跌代次数分别为5和10对译码性能的影响MATLAB写的
单片机开发 This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source c ...
邮电通讯系统 LDPC码在很多领域都将会有重要的应用
LDPC码在很多领域都将会有重要的应用,比如本程序描述的在无线城域网中的应用。本程序是用MATLAB编写的
邮电通讯系统 在LDPC码的校验矩阵中
在LDPC码的校验矩阵中,环4的存在对码的性能影响是非常大的,本程序就是校验校验矩阵中是否存在环4,MATLAB编写的
matlab例程 This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source c ...
matlab例程 LDPC码是目前通信中性能最好的纠错编码之上
LDPC码是目前通信中性能最好的纠错编码之上,这是我在Matlab下编写的LDPC基本解码算法,已经通过调试,大家共同学习