搜索资源列表
卷积码、CRC
- 卷积码的C源程序,包括编码器和译码器。 还有一个是循环荣誉校验的vhdl]源码。-convolution of C source code, including the encoder and decoder. There is a cycle of the calibration honor VHDL] source.
最常用的卷积码的维特比C程序viterbi-3.0.1.tar
- 维特比译码的C程序,专门用于卷积码的解码!希望对大家有所帮助!-Viterbi decoding C program devoted to convolutional code decoder! We want to help!
卷积码MATLAB源程序
- 卷积码编码和viterbi译码MATLAB源程序
(2,1,3)卷积码编解码
- (2,1,3)卷积码编解码,viterbi译码
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
viterbi_decode
- 本程序为V_log代码,实现维特比译码,卷积码为(2,1,3)-viterbi_decode (2,1,3)
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
viterbitheory
- 该报告详细介绍了Viterbi译码的方法,并分析了从卷积编码,调制,信道,解调,译码的详细步骤。-this article introduce the decoding way of convolutional code,and analysis the steps from coding ,modulating,channel,demodulating,and decoding。
viterbi
- 这些是卷积译码程序m文件,其中viterbi.m为卷积译码程序,其余的m文件为viterbi.m中用到的子函数。均已调通,并加上注释!-These are the convolutional decoding process m paper viterbi.m for the convolutional decoding process, the rest of the m file viterbi.m used in subroutine. Have been transferred pass
job217
- 实现(2,1,7)卷积编码以及相应的viterbi译码-(2,1,7) convolutional code and the corresponding Viterbi decoding
卷积码仿真
- 仿真802.11e标准下的卷积码编译码,并基于BPSK仿真系统进行基带仿真
(2,1,3)卷积编码和viterbi译码
- 自己写的(2,1,3)卷积编码器和viterbi译码,测试已通过
卷积码编译
- 通过matlab软件对卷积码的编译码实现及其仿真(Implementation of convolutional codes)
卷积码
- 在awgn信道下卷积码的性能仿真,利用的是matlab自带的译码函数。(Product performance simulation code in AWGN channel)
卷积码的编码和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.
卷积维特比
- 对使用MSK调制、运用卷积编码的信道编码方式的通信系统进行了误码率曲线的仿真,并通过与无信道编码的通信系统进行比较,分析卷积编码的性能。(The bit error rate curve of the communication system using MSK modulation and convolutional coding is simulated, and the performance of convolutional coding is analyzed by comparing
卷积码+Viterbi Decoder
- 用matlab m语言书写的归零卷积码的编码和译码程序(Convolutional code encoding and decoding procedures in matlab)
卷积码编译码器的设计与仿真
- 卷积码编译码器的设计与仿真,其中包含编码器译码器的实现程序,以及误码率的曲线图
DRM系统中卷积编码及Viterbi译码的实现_章宇
- 学习LTE中的卷积码的重要文档,看完就明白了 整个卷积编码和解码(file to learn CC coding and viterbi decoding)
卷积编解码
- 使用Simulink(或m语言)仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编码、译码全部是自己编写代码(m语言方式),不是调用Simulink(或m语言)的已有编码、译码函数。并在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。(Simulink (or M language) is used to simulate convolutional coding, and Viterbi decoding method is used to decode, in which