搜索资源列表
Hidden-Markov-Model
- 实现了隐马尔可夫模型的前向算法、后向算法和viterbi算法。-Hidden Markov Model to achieve a forward algorithm, and after the viterbi algorithm to algorithm.
sova0
- This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generato
viterbi
- Viterbi algorithm for digital communications
viterbi
- viterbi算法的C语言实现,以及动态链接库dll文件,可以直接添加到你的工程中,直接调用即可-Viterbi algorithm writen by the C language, as well as the dynamic link library DLL file, can be directly added to your project, you can call directly
Viterbi
- viterbi ML decoding algorithm
myhmm1_viterbi
- Viterbi algorithm it is used for hidden markov models simple example
Viterbi
- The Viterbi algorithm is a dynamic programming algorithm for finding the most likely sequence of hidden states – called the Viterbi path – that results in a sequence of observed events, especially in the context of Markov information sources and hidd
