搜索资源列表
ldpc_encode-decode
- 基于gf(q)的ldpc编译码程序 matlab-based gf (q) ldpc encryption procedures Matlab
ldpc_encode
- matlab写的ldpc的编码过程。有部分注解。-wrote ldpc Matlab coding process. Some notes.
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 othe
MadHG
- 利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),-use function MadHG Generation rules LDPC check matrix H, re
ldpc--encoding--C
- LDPC编码程序--C语言的 能充分了解和学习该方面的技术-LDPC coding procedures C language can fully understand and learn the technical
LDPC_encode_source
- 用Matlab实现的LDPC编码程序,希望对大家有用-Matlab achieved with LDPC coding procedures, we hope to be useful
ldpc_linetime_encode
- 低密度奇偶校验码的线性编码方法的matlab源程序-LDPC code of matlab linear source coding method
LDPC
- LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件: construct_matrix.cpp decode.cpp encode.cpp Gaussian_channel.cpp generating_matrix.cpp get_matrix.cpp LDPC_main.c-LDPC complete c language source code, can be directly r
ldpc_encode
- 本程序是对低密度奇偶校验码的校验矩阵的源程序,相信会对研究ldpc码的人会很有帮助的-This procedure is a low-density parity check matrix of code source, I believe that research on LDPC codes will be very useful
LDPCcode
- ldpc的11个程序 encode decode extract make-gen make-ldpc make-pchk print-gen print-pchk rand-src transmit verify 共十一个程序,学习ldpc编码的重要资料-The 11 procedures LDPC encode decode extractmake-gen make-ldpc make-pchk print-genpri
LDPC-implement
- LDPC s implement source coding, which is written by c language. The .rar file includes many modules, such as encode, decode, channel, transmitt,and so on. Hope to help you.
LDPC-2006-02-08-vc
- LDPC code encode/decoder
Project1
- Encode/decode to ldpc-blockcode
Encode
- program decoding LDPC codes
ThedesignofLDPCEncodeasedonFieldProgrammGateArry.r
- In this paper, we introduce the priplince of the LDPC Encode. And introduce how to realize the LDPC encode based on the FPGA.-The design of LDPC Encode based on Field Programm Gate Arry
QCLDPC-encode
- 针对目前应用比较广泛的基于准循环矩阵构造的QC-LDPC(准循环LDPC)码的各种构造方法,分析比较了随机构造LDPC和各种准循环LDPC编码方法的优缺点,通过理论分析和MATLAB中的性能仿真,提出的相应的优化方案-Broader view of the present application of quasi-circulant matrices based QC-LDPC (quasi-cyclic LDPC) codes for
LDPC-encode-and-decode
- ldpc编译码综述,介绍了ldpc的发展的研究现状及各种编译码方法。-ldpc codec Summary
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”,这将作为下一次扩频调制仿
LDPC-decode-encode
- LDPC编码解码的实用程序 本人经过一年多的项目完成,全部可用 吐血奉献-LDPC codec utility projects I have completed more than a year, all contributions can be vomiting blood
LDPC
- LDPC编码的硬件代码,可在modelsim上验证(verilog code for ldpc encode)