CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - viterbi算法

搜索资源列表

  1. hmm的c++语言实现

    1下载:
  2. 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
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:8119
    • 提供者:宋敏
  1. cdhmm

    0下载:
  2. matlab下实现的用于语音识别的一些算法,包括hmm参数提取,viterbi识别算法,mfcc参数提取算法,端点检测算法等,对于做语音识别的来说都是很有用的-under Matlab for the voice recognition algorithm, including hmm parameter extraction, Recognition Viterbi algorithm, mfcc parameter extraction algorithm, endpoint detecti
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:538141
    • 提供者:张兵
  1. viterbi1111

    0下载:
  2. 维特比算法用于扩频信道译码,与Turboo码,卷积码,级联码构成编码系统-Viterbi Algorithm for spread spectrum channel decoding, and Turboo code, convolutional codes, concatenated coding system code constitute
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8084
    • 提供者:GF
  1. hmm-viterbi-c

    0下载:
  2. 下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this is a excellent HMM program,it completes the VITERBI algorithm in HMM.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:28305
    • 提供者:macui
  1. Pitch detect

    2下载:
  2. 利用平均幅度差函数AMDF和Viterbi算法的后处理算法提取语音基音周期一个程序,效果还不错
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3297
    • 提供者:云鹏
  1. hmm-1.03.tar.gz

    0下载:
  2. 语音识别中经典的HMM算法,包括产生序列、测试和参数训练,由C语言编写。, In speech recognition classical HMM algorithm, including has the sequence, the test and the parameter training, compiles by the C language.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-11-08
    • 文件大小:12922
    • 提供者:李云强
  1. Pitch Detect (AMDF_Viterbi_matlab)

    1下载:
  2. 语音相关,matlab编写的基因检测程序,采用了AMDF及Viterbi算法。
  3. 所属分类:语音合成与识别

    • 发布日期:2012-09-29
    • 文件大小:3030
    • 提供者:youkiyy
  1. Chinese-Word-Segment-And-POS-Tagger

    1下载:
  2. 实现了中文分词和词性标注程序。分词方法采用“三词正向最长匹配”。词性标注使用HMM方法,用Viterbi算法实现。“三词正向最长匹配”保持了“正向最长匹配算法”快速的特点,同时提高了分词的准确性。-Chinese word segmentation and implemented procedures for POS tagging. Segmentation Methods, " the longest three-match positive words." POS tag
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-14
    • 文件大小:4034615
    • 提供者:paul
  1. c-viterbi

    1下载:
  2. 这是(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
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:张晓勃
  1. viterbi

    0下载:
  2. viterbi算法详细介绍,结合例子说明hmm模型-Details viterbi algorithm, combined with examples of model hmm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:896
    • 提供者:宗丹
  1. hmm

    0下载:
  2. 用C语言实现HMM的前向、后向和viterbi搜索算法-use C language to implement the forward, back and viterbi algorithms
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:17080
    • 提供者:hoper1
  1. HMMforspeechrecogntion

    4下载:
  2. 一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理-An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welc
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1179335
    • 提供者:wh
  1. peng

    0下载:
  2. 这是(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
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2226
    • 提供者:苏岩
  1. hmm

    4下载:
  2. hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;trai
  3. 所属分类:语音合成与识别

    • 发布日期:2013-11-14
    • 文件大小:538133
    • 提供者:于军
  1. voice

    0下载:
  2. 在分析语音特征提取方法基础上提出一种改进组合算法,并采用HMM 声学模型和Viterbi 算法进行模式训练和识别.-Speech feature extraction method in the analysis based on the combination of an improved algorithm, and using HMM acoustic model and the Viterbi algorithm for model training and recognition.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:147712
    • 提供者:黄新
  1. hmm

    0下载:
  2. 此代码包含了HMM的backward算法,viterbi算法以及,前后向算法-This code includes backward,vitibi and Baum-Welch algorithm of HMM.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:174772
    • 提供者:muyi
  1. survivors-management-in-viterbi

    0下载:
  2. viterbi解码器中幸存路径的管理,比较了几种不同的算法。-viterbi decoder in the management of the surviving path, comparing several different algorithms.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:422025
    • 提供者:viterbi
  1. sirocco-1.4.2.tar

    0下载:
  2. 大型开源语音识别系统,非常好用,采用viterbi算法- Sirocco large vocabulary speech recognition system
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:649527
    • 提供者:rick
  1. Viterbi

    0下载:
  2. 维特比算法译码。通过最短路径判决,得出译码结果,数字通信常用方法-Viterbi decoding algorithm. Decision by the shortest path, draw decoding result, common methods of digital communication
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3540
    • 提供者:李雷
  1. viterbi

    0下载:
  2. 卷积码软判决的译码程序,采用的是维特比译码算法-Convolution code soft decision decoding program, using the Viterbi decoding algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1281
    • 提供者:于欢
« 12 »
搜珍网 www.dssz.com