搜索资源列表
216.rar
- (2,1,6)卷积码的viterbi译码程序,希望对需要的人有所帮助,(2,1,6) convolutional code viterbi decoding process, and they hope to help people in need
youguanViterbijuanjibianyimachengxu
- 给出纠错码性能测试仿真的一般方法,重点研究其信道差错序列的产生,然后利用Matlab实现卷积码编码及其Viterbi译码的性能测试仿真-Error-correcting codes are given the general simulation performance test methods, focus on the channel error sequence generated, and then the realization of convolutional codes using
12
- 卷积码及其维特比译码算法的软件实现。论文。-Convolutional Code and Its Viterbi decoding algorithm for software implementation. Papers.
Viterbi
- 关于卷积码维特比译码的方法的实现,硬判决方法译码-Viterbi decoding of convolutional code implementation of the method, hard decision decoding method
Viterbi-decoder
- 卷积编码和维特比译码 本文的目的是向读者介绍了前向纠错技术的卷积编码和维特比译码。前向纠错的目的(FEC)的是改善增加了一些精心设计的冗余信息,正在通过信道传输数据的通道容量。在添加这种冗余信息的过程称为信道编码。卷积编码和分组编码是两个主要的渠道形式编码。-Viterbi decoder
TEXT4
- 通信系统仿真 卷积码的工作原理及VITERBI译码-Communication System Simulation convolutional code works
convolutional-code-and-decode
- 卷积编解码,包括软判决和应判决,测试已通过-viterbi decode
线性卷积编码的线形移位寄存器poly2trellis的解释
- 线性的卷积编码,基本的信道编码,可以由线性移位寄存器(即线性多项式)构成。 输出网格trellis表示由移位寄存器组成的网格装的卷积编码器,通过移位寄存器多项式生成,所以在Matlab中的函数叫做poly2trellis,也就是多项式poly-to-网格trellis,用来描述寄存器的结构方式。生成的trellis可以作为线形卷积编码函数convenc和或者其解码(如Viterbi解码函数vitdec)的输入。