搜索资源列表
卷积码MATLAB源程序
- 卷积码编码和viterbi译码MATLAB源程序
SPA_log
- LDPC码的和积算法,码长可以任意,输出多项式即可,译码输出软信息-Sum-product algorithm for LDPC codes, code length can be arbitrary, the output polynomials can be, decoder outputs soft information
213
- (2,1,3)卷积码的编码和Veterbi译码,用C语言描述,可以跑通-(2,1,3) convolutional code encoding and decoding Veterbi, using C language descr iption, you can run through
hammingcodedecoding
- (7,4)汉明码的硬判决译码算法、最大似然译码算法、和积译码算法性能比较(代码附在word后面,采用matlab实现)很好的学习资料-(7,4) Hamming code of hard decision decoding algorithm, maximum likelihood decoding algorithm, and decoding performance comparison plot (code word is attached to the back, using matla
DF
- 协作通信,一个最基本的decode and forward程序。用卷积码和viterbe译码。可以作为复杂程序的原型-Collaborative communications, a basic decode and forward procedures. With convolutional codes and decoding viterbe. Complicated procedures can be used as a prototype
viterbi
- verilog程序,实现了(2,1,4)卷积码编码,和基于回溯算法的维特比译码器-verilog program to achieve the (2,1,4) convolutional code encoding, and algorithm based on the back of the Viterbi decoder
Convolutional-Encoder-Viterbi
- 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
viterb_relize
- 卷积编码和viterbi译码实现参考的一些论文-reference paper used to realize convolution code and viterbi decode
covcod-viterbidec_matlab
- 卷积编码和viterbi译码程序,绝对可用,完全中文注释-none
juanjima_and_viterbi
- 卷积码和viterbi译码源程序,用MATLAB实现,本人亲自试验过绝对没有错误,希望对大家有用-Convolutional codes and viterbi decoding source code, using MATLAB to achieve, I personally tested absolutely no mistakes, want to be useful to everyone
GF2_LDPC.c
- 对二进制LDPC的和积译码算法。。效率很高,用C语言实现-LDPCimplementation.using c language
cx
- 卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序-Convolutional codes of MATLAB simulation and performance testing, including the convolutional code encoding and decoding procedures VITERBI
yima
- 硬判决和和积译码的性能相差不大,而最大似然译码的性能较好。因为最大似然译码的方法是找出所有发送码字中可能性最大的发送码字作为译码估值,是一种通过经验与归纳,由接收值推测发送码字的方法。-Hard decisions and the performance of the sum-product decoding little difference, the maximum likelihood decoding performance is better. Because the maximum
ldpcdecode
- 使用链表编写的LDPC码的和积译码算法,经本人亲自验证,非常好用-LDPC codes using the list prepared by the decoding algorithm and product, verified by me personally, very easy to use
finial_test
- 卷积码和Viterbi译码的源程序,在Xilinx ISE环境下使用Verilog编写,有助于卷积码和Viterbi译码的学习-Convolutional codes and Viterbi decoding of the source, in the Xilinx ISE environment, use of Verilog prepared to help convolutional codes and Viterbi decoding of the study
LDPC_1008_dec
- 1008码长的准循环双对角LDPC码 20迭代 6bit量化 和积译码算法-1008 LDPC decoding 6bit
LDPC_3
- LDPC基于生成矩阵的编码方法和和积译码算法,校验矩阵采用的是mackey的方法-LDPC coding method based on the generator matrix and decoding algorithm, check matrix is mackey methods
(2,1,3)卷积编码和viterbi译码
- 自己写的(2,1,3)卷积编码器和viterbi译码,测试已通过
卷积码的编码和VB译码
- 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.
ldpcBER_new
- 在高斯白噪声信道下的误码率性能和误帧率仿真译码程序。(BPSK debugging in Gauss white noise channel)