搜索资源列表
LDPC编码译码MATLAB代码
- 基于随机生成的ldpc编码,AWGN信道,基于对数似然比的BP译码,可在不同的信噪比下得到不同的误码率
bpsk-ldpc
- BPSK调制系统中信道编码采用ldpc, LDPC编码译码-BPSK LDPC
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
- LDPC码的C语言实现,对于研究通信信道编码技术的人员有较大帮助-LDPC code of the C language, the study of communication channel coding techniques to help the staff more
ldpc
- 数字电视信道编码LDPC编译码。程序源代码。-Digital television channel coding LDPC codec. Source code.
LDPC
- LDPC纠错码的C语言实现,包含15个工程文件,涵盖了一个码字在信道中传输的整个过程-LDPC error-correcting code of C language implementation, including 15 engineering documents, covering a code word in the whole process of transmission channels
LDPC
- 采用LDPC编码对随机的二进制序列进行纠错编码和基带调制,在AWGN信道上进行传输,然后在接收端并采用合适的方式进行解调和译码,最后对纠错编码的性能加以分析。-LDPC codes using random binary sequence of error-correcting coding and base-band modulation, for transmission in the AWGN channel, and then at the receiving end and use t
LDPC
- LDPC码编解码仿真程序,BSC、AWGN信道,sparse编码-LDPC code decoding simulation program, BSC, AWGN channel, sparse coding
LDPC
- 在删除信道下LDPC码的编译码研究与实现,可供参考-In the Delete Channel Encoding and Decoding of LDPC Codes and implementation, available for reference
matlab-codes-source
- 无线通信物理层信道建模,链路衰落,LDPC编码,OFDM,及智能天线等等关于物理层的码源-Wireless communication channel modeling the physical layer, link the decline, LDPC codes, OFDM, and smart antennas, and so the source code on the physical layer
LDPC
- 讲述了LDPC信道编解码的基本原理及各种算法,是一篇很好的综述性的文章 -Describes the LDPC channel coding and decoding of the basic principles and various algorithms, is a good review of the article
LDPC
- 此为LDPC低密度校验码的编译码的原理与应用的详细介绍。包括各种信道模型下的仿真结果,有助于更好的学习通信系统的编译码过程的实现。-This is the LDPC coding and decoding LDPC codes principles and applications in detail. Including channel model simulation results, contribute to a better communication system of learni
LDPC
- LDPC编码经过AWGN信道后的高斯消元法的译码过程的MATLAB仿真-LDPC codes through AWGN channel Gaussian elimination method, after the decoding process of MATLAB simulation
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
Gallager-LDPC
- Gallager关于ldpc信道编码的博士论文及仿真-Gallager ldpc channel coding on the doctoral thesis and Simulation
LDPC
- 这个Matlab仿真程序实现LDPC低密度奇偶校验码(Low Density Parity Check)算法。适用于AWGN信道下-The Matlab simulation program to achieve low density parity check codes LDPC (Low Density Parity Check) algorithm. AWGN channel for
LDPC
- LDPC信道编码模块的设计及仿真(包括H矩阵程序、信道编码程序及仿真分析)-the design and simulation of LDPC channel coding moduel(including the process of H matrix /channel encoding and simulation analysis
regular-LDPC-code
- Low Density Parity Check (LDPC) 信道编码的C程序。二部图连接关系的输入在20000.10000.3.631.txt 文件中。文件中的参数包括check,ariable节点的度数,具体的连接关系。可根据具体需要,需改你所需的txt文件,从而实现任意参数的LDPC程序仿真。经验证,此程序的性能正确,符合理论文献中的结果。-Low Density Parity Check (LDPC) codes simulation C program. This program i
bpsk-ldpc
- BPSK调制解调加上LDPC信道编码解码。画出误码率曲线-BPSK modulation and demodulation and LDPC channel coding and decoding. Draw the curve of error rate
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.)