搜索资源列表
MatlabprogrammsforencodinganddecodingofLDPCcodesov
- There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\\ldpc_decode.m and .\\GFq\\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you hav
ldpc_decode
- 一个小程序,主要用来进行LDPC码的解码。-A program which is used for the decoding of LDPC.
ldpc_decode
- LDPC经典译码算法 译码BP算法 仿真加注释-decode of LDPC BP algorithm simulation explanatory note
LDPC_Decode
- LDPC码的译码。参数如下: 校验矩阵文件名 接收文件名 译码结果文件名(文件扩展名为“dec”) awgn/bsc(噪声方式,和步骤6中的选择对应,这里选择awgn) 噪声标准差 prprp(表示迭代方式)迭代次数 例:对接收到文件a.rec迭代50次译码得到译码后文件a.dec: -Decoding LDPC codes. Parameters are as follows: file name check matrix decoding result of receiving
