CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 语音识别 C语言

搜索资源列表

  1. c

    0下载:
  2. 用c语言写的语音识别程序 里面有很详细的代码 应该对大家会有帮助
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:123.01kb
    • 提供者:zengliang
  1. DTW算法C语言程序,孤立词语音识别

    0下载:
  2. DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-03-22
    • 文件大小:21.4kb
    • 提供者:徐振华
  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
    • 文件大小:12.62kb
    • 提供者:李云强
  1. HMM.rar

    1下载:
  2. 自己用c语言写的关于语音识别技术中最为流行的匹配算法hmm,相当有用,C language used to write their own on the voice recognition technology in the most popular matching algorithm hmm, very useful
  3. 所属分类:语音合成与识别

    • 发布日期:2012-11-04
    • 文件大小:7.9kb
    • 提供者:李正
  1. HTK_basic_tutorial.rar

    0下载:
  2. HMM模型应用领域很多,HTM只要是用于语音识别。这是它的basic tutorial.它是用C语言实现的开源软件,HMM model for many applications, HTM as long as it is used for speech recognition. This is its basic tutorial. It is realized by C language open source software
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:74.53kb
    • 提供者:CPP
  1. DHMMsucceed.rar

    0下载:
  2. 基于DHMM模型的汉语语音识别C语言程序,能很好的实现训练和识别过程,DHMM model based on Chinese Speech Recognition C language program that can achieve a very good training and recognition process
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:221.88kb
    • 提供者:12
  1. dtw_speech_reco

    1下载:
  2. 基于DTW的孤立词语音识别,具有很高的识别率,代码为c语言-speech recognition Using DTW
  3. 所属分类:语音合成与识别

    • 发布日期:2017-05-23
    • 文件大小:462.76kb
    • 提供者:
  1. main

    0下载:
  2. 基于Sunplus61A板的语音识别程序(用C语言编写)请去凌阳科技下载开发环境。可以同时识别5句语音或音乐,然后点亮对应的灯。-Speech Recognition Based on Sunplus61A board procedures (using C language), please go to download the development environment Sunplus Technology. Can identify the five voice or music, t
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:124.01kb
    • 提供者:frankwen
  1. InterestingVoiceRec

    0下载:
  2. 本程序使用C语言编写,实现的是语音识别功能。-This procedure using the C language to realize that the voice recognition function.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:170.52kb
    • 提供者:lesslie
  1. voice_identify

    0下载:
  2. 本文介绍了一种基于动态时间归整(DTW)方法的小词汇表非特定人语音识别通用模块。系统采用Motorola公司DSP56F805芯片为核心,应用线性预测编码(LPC)与动态时间归整(DTW)算法进行非OOV(out of vocabulary)语音识别。测试表明,有良好的实用性。-Use Motorola s DSP56F805 to Build a Common module of Voice identify.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-02
    • 文件大小:570.33kb
    • 提供者:Alex
  1. dtw_train

    4下载:
  2. 用标准C语言实现的基于DTW算法的特定人孤立词语音识别系统,能实现汉语数字0至9个语音发音的识别,具有很好的识别性能。-Using standard C language based on the DTW algorithm to achieve the specific words were isolated speech recognition system, to achieve Chinese figures 0-9 voice pronunciation recognition, wi
  3. 所属分类:语音合成与识别

    • 发布日期:2017-05-23
    • 文件大小:2.77mb
    • 提供者:yilingzhu
  1. HMM

    0下载:
  2. 隐马尔科夫模型(HMM)算法 c++实现,于20世纪70年代在语音识别领域取得巨大的成功,之后被广泛应用到自然语言处理的各个领域,成为基于统计的自然语言处理的重要方法. -failed to translate
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1.03mb
    • 提供者:chengbo
  1. guardSD

    0下载:
  2. 基于凌阳单片机的语音识别模块(c语言程序包)-Sunplus based on single-chip speech recognition module (c language package)
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:368.94kb
    • 提供者:张海建
  1. BPNet

    0下载:
  2. 几种C++神经模型和算法实例,主要有BP神经网络、BP神经网络解决异或问题、HMM的C语言实现、矢量量化的C语言实现等。-Several C++ examples of neural models and algorithms, there are BP neural network, BP neural network to solve XOR problem, HMM of the C language, vector quantization, such as the C language
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:51.69kb
    • 提供者:153
  1. HMM_C_LANGUAGE

    0下载:
  2. 语音识别HMM算法的C语言实现,里面有详细的注释和说明,阅读起来很容易理清程序流程和思路,函数的功能以及函数怎么调用都说的很清楚。相信对语音识别的DSP编程有很大的帮助。-HMM speech recognition algorithm for C-language implementation, which has detailed notes and instructions, read them very easy to straighten out our thinking proces
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:7.81kb
    • 提供者:陈永恒
  1. yuyinshibie

    1下载:
  2. 语音识别,一个完整的C语言程序,基于DSP5402开发板,能有效 男女,及说话人,-Speeker recognition
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:61.48kb
    • 提供者:胡金平
  1. 45e41ab305f6

    1下载:
  2. 基于MFCC的语音识别C语言版。这个我自己用DSP的CCS环境能运行。- environment written in C parameter extraction procedure mfcc
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:134.69kb
    • 提供者:biaoger
  1. DDHMMsucceedH

    0下载:
  2. 基于DHMM模型的汉语语音识别C语言程序,能很好的的实现训练和识别过程 ,经测试可直接使用。 -DHMM model based on Chinese Speech Recognition C language program that can achieve a very goodd training and to identify the process of complete source code can be directly used by the test.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:222.35kb
    • 提供者:宴会
  1. LD3320的stm32语音识别程序

    3下载:
  2. 基于stm32的LD3320语音识别,RCT6,串口可看,keil平台,c语言(STM32 based LD3320 speech recognition, RCT6, serial port can see, Keil platform, C language)
  3. 所属分类:微处理器开发

  1. 语音识别系统

    0下载:
  2. 一个语音识别的小程序,识别率可达90%以上。(A speech recognition system implemented by c++)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-01-08
    • 文件大小:87kb
    • 提供者:kkzhang
« 12 3 4 »
搜珍网 www.dssz.com