登录
首页 » C# » CSharp-Speecher

CSharp-Speecher

于 2012-09-06 发布 文件大小:83KB
0 226
下载积分: 1 下载次数: 243

代码说明:

  C#版语音识别系统,精准度超强,到得收藏(C# version of the speech recognition system, super accuracy to Favorites)

文件列表:

语音识别
........\语音识别
........\........\bin
........\........\...\Debug
........\........\...\.....\Interop.SpeechLib.dll,176128,2011-04-24
........\........\...\.....\语音识别.exe,9216,2012-09-03
........\........\...\.....\语音识别.pdb,24064,2012-09-03
........\........\...\.....\语音识别.vshost.exe,11608,2012-09-03
........\........\...\.....\语音识别.vshost.exe.manifest,490,2010-03-17
........\........\Form1.cs,1662,2012-09-03
........\........\Form1.Designer.cs,2559,2011-05-11
........\........\Form1.resx,5817,2011-05-11
........\........\obj
........\........\...\x86
........\........\...\...\Debug
........\........\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5484,2012-09-03
........\........\...\...\.....\GenerateResource-ResGen.read.1.tlog,1032,2012-09-03
........\........\...\...\.....\GenerateResource-ResGen.write.1.tlog,1066,2012-09-03
........\........\...\...\.....\ResolveAssemblyReference.cache,4630,2012-09-03
........\........\...\...\.....\TempPE
........\........\...\...\.....\语音识别.csproj.FileListAbsolute.txt,2012,2012-09-03
........\........\...\...\.....\语音识别.exe,9216,2012-09-03
........\........\...\...\.....\语音识别.Form1.resources,180,2012-09-03
........\........\...\...\.....\语音识别.pdb,24064,2012-09-03
........\........\...\...\.....\语音识别.Properties.Resources.resources,180,2012-09-03
........\........\Program.cs,473,2011-05-11
........\........\Properties
........\........\..........\AssemblyInfo.cs,1356,2011-05-11
........\........\..........\Resources.Designer.cs,2874,2011-05-11
........\........\..........\Resources.resx,5612,2011-05-11
........\........\..........\Settings.Designer.cs,1097,2011-05-11
........\........\..........\Settings.settings,249,2011-05-11
........\........\语音识别.csproj,3649,2011-05-11
........\语音识别.sln,878,2011-05-11

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

发表评论

0 个回复

  • GMM
    GMM的说话人识别系统,识别效果90 多(GMM speaker recognition system, the recognition effect more than 90 )
    2010-12-23 16:41:23下载
    积分:1
  • GSC
    采用广义旁瓣抵消(GSC)自适应波束形成方法实现时域和频域滤波,采用LMS自适应算法,最终实现语音增强。(文件中包含纯净语音及不同信噪比的带噪语音)(Generalized sidelobe canceller (GSC) adaptive beamforming method to achieve time-domain filtering using the LMS adaptive algorithm, and ultimately the speech enhancement)
    2020-12-28 23:19:02下载
    积分:1
  • voice
    性别识别系统的Matlab实现,比较简单容易理解(Gender Recognition System Matlab implementation, relatively simple easy to understand)
    2009-04-05 11:03:23下载
    积分:1
  • voice
    Matlab 语音合成,可进行语音处理与还原(Matlab dealing with voice)
    2012-02-28 15:01:50下载
    积分:1
  • uds-c-master
    uds 诊断主机模式,采用C语言作为开发语音。( This is a platform agnostic C library that implements the Unified Diagnostics Services protocol for automotive electronics. UDS is documented in ISO 14229 and is the underpinning for the more well-known On-board Diagnostics (OBD) standard. The library currently supports UDS running over CAN (ISO 15765-4), which uses the ISO-TP (ISO 15765-2) protocol for message framing. This library doesn t assume anything about the source of your diagnostic message requests or underlying interface to the CAN bus)
    2020-12-14 16:29:14下载
    积分:1
  • HHT
    HHT变换,经验模态分解,时变频率与阻尼的模式提取(HHT transform, empirical mode decomposition, extraction of time-varying model)
    2020-08-18 11:18:23下载
    积分:1
  • dawabazecoincidental
    C / winform_ multiple forms transfer data operations between each othe
    2019-05-09 10:15:02下载
    积分:1
  • SPECTRUM_LMS
    1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPECTRUMmain.m为经典谱估计的程序: functionx.m产生需要进行谱估计的函数; fzhouqitu.m用来计算信号周期图的函数; spectrum.m是用周期图法进行谱估计的函数 bt.m是用BT图法进行谱估计的函数 bart_lett.m是用BARTLETT法进行谱估计的函数 welch.m是用WELCH法进行谱估计的函数 SPECTRUMmain.m是主程序,按照实验要求中的具体数据得到实验结果和曲线。 (a document folder contains the classic power spectrum estimation and adaptive equalization algorithm for the two experiments all the procedures. 2, R.m, LMS.m, LMSmain.m adaptive equalization algorithm for the procedure : R.m used to calculate the input signal and the correlation matrix eigenvalue; LMS.m too LMS algorithm, use statistical simulation method come to a different channel parameters and the synchronous learning curve; LMSmain.m main program for the experiment, according to the experimental requirements of the specific data and the curve of the experimental results. 3, functionx.m, fzhouqitu.m, spectrum.m. bt.m, bart_lett.m, welch.m. SPECTRUMmain.m classical spectrum estimation procedures : functionx.m have a need for spectrum estimation function; fzhouqitu.m used to calculate t)
    2007-04-29 17:54:54下载
    积分:1
  • hspredict
    利用自适应滤波器对心音信号进行预测,包括了LMS算法,归一化LMS,变步长LMS和RLS算法,其中RLS的预测效果最好.(Heart sound signals using adaptive filter to predict, including the LMS algorithm, the normalized LMS, variable step size LMS and RLS algorithm, in which the best forecast of RLS.)
    2013-06-05 22:31:03下载
    积分:1
  • LMS_MATLAB
    比较经典的用lms算法实现自适应均衡器的matlab的程序,适合初学者学习(Comparison of the classical LMS algorithm with adaptive equalizer matlab procedures, suitable for beginners to learn)
    2007-11-26 23:19:45下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载