搜索资源列表
CMMB中ldpc编码器的verilog代码
- CMMB中ldpc编码器的verilog代码 CMMB中的ldpc编码器采用h矩阵的做法进行 编码,通过对h矩阵的分解进行迭代进行 编码,比较复杂。此代码为发射端的源代码, 已经应用。
cmmb中ldpc分解的源代码
- cmmb中ldpc分解的源代码,matlab格式,涉及到h矩阵 的LU分解,代码中有注释, 根据此代码可以编写ldpc的硬件实现。
hmatrix.rar
- ldpc编码中构造h矩阵的生成函数,用c实现,有兴趣的可以,ldpc coding structure of the generating function matrix h, with c realization interested can
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
ldpc_EG
- 文件给出了EG-ldpc码的三种h矩阵,可直接调用,分别为(1023,781)、(255,175)、(15,7)EG-ldpc码-File EG-ldpc codes given three h matrix, can be directly called, respectively, (1023,781), (255,175), (15,7) EG-ldpc code
NonBinary_ldpc
- 高斯信道下的多进制ldpc码仿真。 输入条件:h矩阵-non-binary ldpc simulation
decode_ldpc
- ldpc 译码器 function [vhat]=decode_ldpc(rx_waveform,No,amp,h,scale) [vhat]=decode_ldpc(rx_waveform,No,amp,h,scale)-ldpc decoder
ldpc
- ldpc码在AWGN信道下的性能仿真。包括geth.m,getG.m,h2G.m,decode.m,BER.m按传统的编码方案编码,生成h矩阵后转化为G矩阵,编码后送入高斯信道。仿真得到BER性能-ldpc codes in the AWGN channel performance simulation. Including geth.m, getG.m, h2G.m, decode.m, BER.m coded according to the traditional encoding sch
ldpc_h_Construction
- ldpc码h矩阵构造的三种尝试,包括比特填充法、PEG法和近似最短环路法(ACE)的实践-This document includes three methods to implement ldpc h matrix construction. Please enjoy them!
ldpc
- ldpc编码,随机生成h矩阵,LLR-BP算法译码,有我详细的注解,非常详尽-ldpc coding, randomly generated h matrix, LLR-BP decoding algorithm, with my detailed notes, very detailed
ldpcGirth4Test
- 对于ldpc码,测试其校验矩阵h有无4环的存在,避免因为存在4环影响性能-For ldpc code, test whether the check matrix h of the existence of loop 4, loop 4 to avoid because of the impact of performance
girth6_shifter
- Flexible construction of girth-six QC-ldpc Codes-The program constructs girth-six QC-ldpc codes given row-weight,k, column-weight,j, and sub-matrix size,m. The obtained parity-check matrix is stored in h. The construction has flexibility in that j,k
ldpc
- ldpc encoder and decoder matlab source code
newmat10.tar
- ldpc matrix generation
ldpc
- 这是关于ldpc信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将h、A、B、C、D、E、hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
LPPC-h--bp
- 用来生成ldpc的h矩阵,并采用BP译码,很不错的程序-Used to generate the ldpc h-matrix, and the use of BP decoding, very good program
ldpc
- ldpc信道编码仿真。generate_h.m生成校验矩阵h。用main_encode.m程序载入校验矩阵信息,用encode.m进行编码。(ldpc channel coding simulation. Generate_h.m generates parity check matrix h. Load the check matrix information with main_encode.m program and encode with encode.m.)
h生成
- 用MATLAB实现ldpc校验矩阵h的构造(The construction of ldpc check matrix h with MATLAB)
ldpc码的PEG构造算法
- ldpc-PEG算法构造h矩阵 ldpc码最早在20世纪60年代由Gallager在他的博士论文中提出,但限于当时的技术条件,缺乏可行的译码(PEG Construction Algorithms for ldpc Codes)
ldpc-PEG算法构造h矩阵
- ldpc-PEG算法构造h矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的ldpc校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740