搜索资源列表
LDPC-2006-02-08.tar.gz
- Software for Low Density Parity Check Codes Radford M. Neal Version of 2006-02-08. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Parity Check (LDPC) codes. (Note, however,
Vblast_QR.rar
- MIMO系统中基于QR分解的VBlast接收,包含多个.m程序,有助于您对于VBlast的理解,MIMO systems based on the QR decomposition VBLAST receiving, contains more than one. M procedures, will help you for understanding VBLAST
CH2
- MIMO信道容量仿真,出自于经典MIMO书籍源码-his chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file si
ldpc__
- LDPC 编译码过程~AWGN信道 可用,附带仿真结果-LDPC Decoding ~ AWGN channel is available, with simulation results
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
Girth-twelveQC-LDPC
- The program constructs girth-twelve column-weight QC-LPDC codes. The rate can be changed by changing k(row-weight), size is changed by varying m(sub-matrix size).
const_ldpccc_mat
- Low density parity check matrix-Descr iption A program written for generating LDPC matrix in the as pattern as discussed in the research paper , " Time varying periodic convolutional codes with low density parity check matrix" by Alberto
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.m.TXT
- LDPC code, matlab, simulation
CDBMTLDPCDecoder.m
- LDPC decoder for Chinese DTV standard. This code works for all code rate,only need to change is Paritycheck matrix.I have tried with 1/2 code rate.
makeLdpc
- LDPC编码算法, Create R = 1/2 low density parity check matrix M : Number of row N : Number of column method : Method for distributing non-zero element {0} Evencol : For each column, place 1s uniformly at random {1} Evenboth: For each
TDMP_SPA_MSA
- LDPC并行译码算法,在Tannar图上的TDMP_SPA 算法的简化算法MSE-Parallel LDPC decoding algorithm, Tannar map of TDMP_SPA algorithm simplification algorithm MSE
LDPC.m
- this the source code for LDPC in MatLab-this is the source code for LDPC in MatLab
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
Schwitter308298950_LT_RSD_Rayleigh.m
- LDPC matlab code for demonstration purpose
ldpc-a-brief-tutorial
- LDPC Codes – a brief Tutorial Bernhard M.J. Leiner, Stud.ID.: 53418L bleiner@gmail.com April 8, 2005
LDPC
- LDPC编译码算法,主要研究编码效率、帧长与吞吐量的三维关系。文件ldpcBER.m为运行文件,其他文件为函数文件。-LDPC encoding and decoding algorithms, the main research coding efficiency, frame size and throughput 3D. The file ldpcBER.m run the file, other files as a function of the file.
AC-LDPC(4-k)
- 使用matlab编程的的LDPC译码实现,M文件,在matlab平台运行。-LDPC_DECODE POROGRAM
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.)
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