登录
首页 » C# » Speech

Speech

于 2013-01-29 发布 文件大小:86KB
0 341
下载积分: 1 下载次数: 165

代码说明:

  语音识别功能,可以直接说话进行识别,然后转换成文字(Speech recognition)

文件列表:

Speech
......\Speech
......\......\bin
......\......\...\Debug
......\......\...\.....\Interop.SpeechLib.dll,163840,2013-01-23
......\......\...\.....\Speech.exe,9728,2013-01-29
......\......\...\.....\Speech.pdb,26112,2013-01-29
......\......\...\.....\Speech.vshost.exe,11600,2013-01-29
......\......\...\.....\Speech.vshost.exe.manifest,490,2010-03-17
......\......\Form1.cs,3066,2013-01-29
......\......\Form1.Designer.cs,3135,2013-01-23
......\......\Form1.resx,5817,2013-01-23
......\......\obj
......\......\...\x86
......\......\...\...\Debug
......\......\...\...\.....\DesignTimeResolveAssemblyReferences.cache,4440,2013-01-24
......\......\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6273,2013-01-29
......\......\...\...\.....\GenerateResource.read.1.tlog,180,2013-01-23
......\......\...\...\.....\GenerateResource.write.1.tlog,712,2013-01-23
......\......\...\...\.....\ResolveAssemblyReference.cache,9305,2013-01-23
......\......\...\...\.....\Speech.csproj.FileListAbsolute.txt,595,2013-01-29
......\......\...\...\.....\Speech.exe,9728,2013-01-29
......\......\...\...\.....\Speech.Form1.resources,180,2013-01-23
......\......\...\...\.....\Speech.pdb,26112,2013-01-29
......\......\...\...\.....\Speech.Properties.Resources.resources,180,2013-01-23
......\......\...\...\.....\TempPE
......\......\Program.cs,487,2013-01-23
......\......\Properties
......\......\..........\AssemblyInfo.cs,1344,2013-01-23
......\......\..........\Resources.Designer.cs,2862,2013-01-23
......\......\..........\Resources.resx,5612,2013-01-23
......\......\..........\Settings.Designer.cs,1091,2013-01-23
......\......\..........\Settings.settings,249,2013-01-23
......\......\Speech.csproj,4023,2013-01-23
......\Speech.sln,860,2013-01-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • programme
    一个LMS自适应信号增强。输入信号是一个正弦 波将白噪声。 详细介绍了程序源代码(An LMS adaptive signal enhancement. The input signal is a sine wave with added white noise. The detailed description is in the program source code)
    2010-05-17 16:27:14下载
    积分:1
  • hmm
    hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;train.m是训练程序;main.m是训练程序的脚本文件;recog.m是识别程序。(hmm HMM algorithm file using speech recognition in noisy environments. Which is the endpoint detection process vad.m mfcc.m procedure is to calculate the MFCC parameters pdf.m function is calculated for a given observation vector of the Gaussian probability density function of output probability mixture.m is to calculate the observation vector for a HMM state output probability of observation vector is the number of Gaussian mixture per state output probability of the linear combination getparam.m before the calculation of the probability function, backward probability, calibration coefficients and other parameters viterbi.m is Viterbi algorithm implementation baum.m Baum-Welch algorithm to achieve inithmm.m is the initialization parameters train.m is the training program main.m training program is a script file recog.m is to identify procedures.)
    2010-09-16 20:51:49下载
    积分:1
  • recognition
    一种加权K近邻语音情感识别程序,包括部分柏林语音情感库(A Weighting K-nearest neighbor speech emotion recognition program, including some libraries Berlin Speech Emotion)
    2013-09-04 16:15:24下载
    积分:1
  • hmm
    HMM连续语音识别(Continuous Speech Recognition)
    2018-11-19 12:41:18下载
    积分:1
  • SpeechSource
    speech file to be analyzed Format : binary file 16 bit-samples 240 samples per frame (speech file to be analyzed Format : 16 bit binary file-samples of 240 samples per fram e)
    2006-10-14 00:01:36下载
    积分:1
  • mfcc
    mfcc.m 用于语音识别上的mfcc特征参数提取函数。(mfcc.m mfcc characteristic parameters for speech recognition on the extraction function.)
    2021-03-28 02:09:11下载
    积分:1
  • yubaihua
    预白化是对语音信号在处理之前的一中预处理操作,对其后的操作有很重要的作用()
    2007-07-11 16:25:44下载
    积分:1
  • LMSmatlab
    这 里主要对LMS算法及一些改进的LMS算法(NLMS算法、变步长LMS算法、变换域LMS算法)之间的不同点进行了比较,在传统的LMS算法的基础上发 展了LMS算法的应用。另一方面又从RLS算法的分析中对其与LMS算法的不同特性进行了比较。(Here mainly on the LMS algorithm and some improvements of the LMS algorithm (NLMS algorithm, variable step size LMS algorithm, transform domain LMS algorithm) between the different points of comparison, in the traditional LMS algorithm developed on the basis of the application of the LMS algorithm. On the other hand from the analysis of RLS algorithm and LMS algorithm for its different characteristics compared.)
    2021-03-06 12:59:30下载
    积分:1
  • KarmanFilter
    卡尔曼滤波器,demo中可以预测点的轨迹(Kalman filter, demo predictable point in the trajectory)
    2020-12-18 16:29:10下载
    积分:1
  • Vector-quantization
    (1)理解矢量量化的基本原理。 (2)掌握矢量量化器设计的LBG方法。 (3)运用LBG方法获取语音短时平均能量码书((1) to understand the basic principles of vector quantization. (2) master the vector quantizer design LBG method. (3) Using the LBG method to obtain the speech short time average energy code book)
    2017-03-23 11:35:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载