搜索资源列表
VITERBI(HMM)
- UMDHMM这个C语言版本的HMM工具包中的维特比算法程序展示给大家.-UMDHMM the C language version of the HMM Toolkit Viterbi algorithm in the program presented to you.
Vitebi
- 这是一种用C实现的(2,1,7)卷积码维特比译码算法的软件实现.-This is an achievable with C (2,1,7) convolutional code Viterbi algorithm software.
deconv_sch
- GSM同步信道SCH的解卷积VC实现,采用维特比算法-GSM synchronization channel SCH of the VC to achieve deconvolution, using Viterbi algorithm
deconv_bcch
- GSM同步信道BCCH的解卷积VC实现,采用维特比算法-GSM synchronization channel BCCH of the VC to achieve deconvolution, using Viterbi algorithm
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 o
Viterbiying
- 维特比硬判决算法,绝对好用,是非常经典的算法,用的是硬判决-viterbi algorithm is very good for decoding for the convolutional codes you won t miss it
416
- (4,1,6)归零卷积码的维特比译码算法的matlab实现-(4,1,6) convolutional code zero viterbi algorithm matlab implementation
umdhmm-v1.02
- umd-Hmm 一个用c写的hmm工具包,包含前向算法,维特比算法和前向后向算法-umd-Hmm hmm a written with c kit contains forward algorithm, Viterbi algorithm and forward and backward algorithm
HMM
- 隐马尔科夫模型相关算法,包括前向算法、后向算法,维特比算法等-Hidden markov model algorithm, including the forward algorithm and backward algorithm and viterbi algorithm, etc
viterbi
- 维特比译码算法,采用matlab语言进行编写,与自带的一致,可验证-Viterbi decoding algorithm, using matlab language writing, consistent with the built-in, verifiable
viterbi_hard
- 一种应用于卷积码的硬判决维特比译码算法的matlab程序-Hard decision Viterbi decoding algorithm for convolutional code matlab program
Decoder
- 一种应用于咬尾卷积码的译码算法,基于维特比译码算法-A decoding method applied to tail biting convolutional codes of the matlab program
HMM-master
- 隐马尔科夫模型进行中文分词 模型训练 python HMM_train.py RenMinData.txt_utf8 RenMinData.RenMinData_utf8 为人民日报已经人工分词的预料。 生成三个文件 * prob_start.py 为模型的初始概率 * prob_trans.py 为模型状态转移概率 * prob_emit.py 为发射概率 测试模型效果 python HMM.py reference 维特比算法:(python