搜索资源列表
-
0下载:
卷积码编码,维特比解码程序,用c写的。应该有人需要-convolution encoder, Viterbi decoder, and c writes. Someone should be required
-
-
0下载:
利用viterbi演算法去解出convolution code
包含兩種方法,一種是soft一種是hard,soft是求內積最大,而hard則是求最小hamming distance。-Convolution edcoder Viterbi decoder algorithm
-
-
1下载:
C++编写的维特比译码器。可以对(2,1,6)卷积码进行解码。很实用的程序-Viterbi Decoder in C++. It can be used to decode the (2,1,6) convolution code in Telecommunication.
-
-
1下载:
通信小程序,采用卷积编码BPSK调制,维特比译码,最大似然解码器。-Communications applet, using BPSK modulation convolution coding, Viterbi decoding, maximum likelihood decoder.
-
-
0下载:
low power convolution encoder and Viterbi decoder using vhdl code
-
-
0下载:
this code is about the error control coding using matlabcode.the method that i used is convolution coding .
-
-
0下载:
this code is about the error control coding using matlabcode.the method that i used is convolution coding .
-
-
0下载:
使用matlab进行卷积码编/译码器的仿真
进行Viterbi译码算法的编写-Write code using matlab convolution encoder/decoder Viterbi decoding algorithm simulation performed
-
-
0下载:
简单实现卷积译码中的维特比译码,ConCode为待译的卷积码 ,Length为原始序列的长度,Decoder为译码后所得码字(It is easy to realize the decoding of viterbi in the convolution decoder)
-