-
-
ViterbiDecoder.rar
This is the thesis for viterbi decoder which is used in error correction during data transmission
-
-
soft_input_soft_output_Viterbi.rar
SOVADEC is an implementation of the soft input soft output Viterbi
algorithm. The algorithm can be called using
DEC = SOVADEC( MSG, LLR, TRELLIS, WIN )
-
viterbidec.zip
Its a hard decision viterbi decoder that i built for my final year project.it decodes the convolutionally encoded data of code rate 1/2 having constraint length of 3.
-
-
-
work.rar
在matlab平台下的viterbi编码译码的程序。secrettext.txt是需要传输的文件,encodetext.txt是编码后的文件,decodetext.txt是译码后的文件。
-
-
hmm.rar
用C语言实现HMM的前向、后向和viterbi搜索算法
-
-