搜索资源列表
ldpc_decoder
- 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。
EVALDVBS2_STMICROELECTRONICS_130762
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.
LDPC编码译码MATLAB代码
- 基于随机生成的ldpc编码,AWGN信道,基于对数似然比的BP译码,可在不同的信噪比下得到不同的误码率
LDPC.rar
- LDPC码编译码源程序,可生成任意非规则二进制校验矩阵,并可进行LLR BP译码,LDPC codec source code can be generated non-arbitrary rules binary check matrix, LLR BP decoding can be carried out
ldpc0303
- ldpc编码,完整的编解码过程,并有多个编码实例-LDPC codes, the complete codec process and a number of coding examples
decode_log_ldpc
- LDPC码对数域译码程序,结构简单,相信对大家有所帮助-LDPC decoding with Log field
bpDecodingAlgorithm
- 一个基于BP算法的低密度奇偶校验码译码程序。-A decoding program based on BP of LDPC.
normalize_BP
- LDPC码归一化解码算法,加深对BP译码算法的理解-LDPC code decoding algorithm normalized to deepen the understanding of the BP decoding algorithm
IEEE-802.16e
- IEEE 802.16e标准中LDPC的编码代码 快速编码 BP译码-the code about LDPC in the standard of IEEE 802.16e fasting code BP decode
LDPC
- 最基本的LDPC仿真编译码程序,有需要的可以在这上面改进。很适合初学者(The most basic LDPC simulation compiling code program, which can be improved on it. It's good for Beginner.)
madqm
- 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和Cc-mex程()