搜索资源列表
最常用的卷积码的维特比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浮点
- cnv_encd.m为卷积编码程序 metric是计算码间距离程序,其中采用的是欧氏距离 viterbi_decoder.m是viterbi译码算法程序 viterbi_my.m是主程序
viterbi_binary_rsc
- 在无线通信系统中常用的系统卷积码的Viterbi译码程序-classic Viterbi decoding algorithm
viterbi
- 用matlab软件仿真了从卷积码编码,QPSK调制,AWGN信道,QPSK解调,以及Viterbi译码。-Using Matlab Simulate from the coding of convolutional code,Qpsk modulation ,AWGN channel ,Qpsk demodulation and Viterbi decoding。
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
- 实现了卷积码的viterbi译码,软判决和硬判决均可实现,是从英文教学书上抄下来的。-Achieved viterbi decoding of convolutional codes, soft decision and hard decision can be realized, from the English teaching books, copied down.
juanjiviterbi1
- viterbi卷积码编码、译码,调试通过,可以直接使用-viterbi convolutional code encoding, decoding, debugging through, you can directly use
Convolutional-Encoder-Viterbi
- 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
viterbi
- 卷积码的译码算法, 卷积码的译码算法,-Viterbi
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
viterbi
- 卷积码编码及其维特比译码matlab实现-Convolutional coding and Viterbi decoding matlab implementation
viterbi
- 关于卷积码的viterbi译码算法,可以自己设定输入的码元-On the viterbi decoding convolutional codes, can be set for the input symbol
(2,1,3)卷积编码和viterbi译码
- 自己写的(2,1,3)卷积编码器和viterbi译码,测试已通过
Viterbi
- 实现了一个基于卷积码的通信系统 可以统计不同信噪比的误码率(A convolutional code based communication system and implemented to calculate the BER of different SNR)
viterbi
- 卷积码,Bpsk调制,利用硬解码和维特比软译码(Convolutional code, Bpsk modulation, using hard decoding and Viterbi soft decoding)
viterbi
- 采用(2,1,8)卷积码编码,采用viterbi译码算法进行解码(2,1,8 convolutional code is used, and Viterbi decoding algorithm is used to decode)
卷积码+Viterbi Decoder
- 用matlab m语言书写的归零卷积码的编码和译码程序(Convolutional code encoding and decoding procedures in matlab)
卷积编解码
- 使用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