搜索资源列表
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程()