搜索资源列表
hmm的c++语言实现
- c++实现HMM,向前向后算法,Viterbi算法,Baum-Welch算法。其中包括用c++定义的HMM数据结构。全部是cpp和h的文件-c achieve HMM, forward backward algorithm, Viterbi algorithm, Baum-Welch algorithm. C including the use of the HMM definition data structure. Cpp all the documents and h
VIT2.1.6
- viterbi 编译码器C源程序,rate=1/2 N=7-Viterbi Decoder C source, rate = 1 / 2, N = 7
hmm-viterbi-c
- 下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this is a excellent HMM program,it completes the VITERBI algorithm in HMM.
hmm-1.03.tar.gz
- 语音识别中经典的HMM算法,包括产生序列、测试和参数训练,由C语言编写。, In speech recognition classical HMM algorithm, including has the sequence, the test and the parameter training, compiles by the C language.
c-viterbi
- 这是(2,1,7)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件。-This is the [2,1,7] viterbi encoding and decoding of the c language code decoding is to use the base implementation of the second algorithm, run-time we must first set up in c aft
hmm
- 用C语言实现HMM的前向、后向和viterbi搜索算法-use C language to implement the forward, back and viterbi algorithms
peng
- 这是(2,1,2)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件-This is the (2,1,2) viterbi encoding and decoding of the c language code decoding is to use the base 2 algorithm, the run-time we must first establish an input file c disk and an outp
fec_convcode
- 卷积码的C语言代码实现,其中包括(2,1,2)卷积码编码器和维特比译码的实现。-Convolutional code C code implementation, including the (2,1,2) convolutional code encoder and Viterbi decoding.
code
- 卷积码的Viterbi译码方法编程,用C语言编写的卷积码的编码方法及Viterbi译码方法-convolutional code and decoding