登录
首页 » 语音识别 » 基于SPCE061的语音(乐音)辨识研究

基于SPCE061的语音(乐音)辨识研究

于 2023-06-13 发布 文件大小:581.75 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

基于SPCE061的语音(乐音)辨识研究-SPCE061 based voice (music) Identification

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

发表评论

0 个回复

  • 基于MATLAB的系统程序,包括HMM,DTW,Record三个matlab的M文件....
    基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件.-MATLAB-based speech recognition system procedures, including HMM, DTW, Record three Matlab M documents.
    2022-06-14 08:19:10下载
    积分:1
  • 这是一个xmms功能非常强大的插件,能有卡拉OK功能,还有混响、减噪、EQ等等功能,其中混响的效果可达到一定专业水准!强烈向站长推荐!...
    这是一个xmms功能非常强大的插件,能有卡拉OK功能,还有混响、减噪、EQ等等功能,其中混响的效果可达到一定专业水准!强烈向站长推荐!-xmms This is a very powerful plug-in, there will be karaoke function, there is reverberation, noise abatement, EQ functions, and so on, the effect of reverberation can reach a certain professional standards! Strongly recommended to the station!
    2022-12-28 18:50:04下载
    积分:1
  • SAPI SDK是微软公司免费提供的语音应用开发工具包,这个SDK中包含了语音应用设计接口(SAPI)、微软的连续语音识别引擎(MCSR)以及微软的语音合成(TTS)引擎等等。目前的5.1版本一共可以支持3种语言的识别 (英语,汉语和日语)以及2种语言的合成(英语和汉语)。SAPI中还包括对于低层控制和高度适应性的直接语音管理、训练向导、事件、语法编译、资源、语音识别(SR)管理以及TTS管理等强大的设计接口。
    2022-03-21 01:49:09下载
    积分:1
  • 这个代码是用来去除信号中的沉默,以便
    This code is used to remove silence from a voice signal so that the recognition in voice recognition will give good result. The method is Scale on threshold applied to the envelope for detecting scilence periods. The actual threshold is computed by multiplying threshin" by the median value of the envelope samples. The default is (.25), whichis 25 of the median envelope value over input signal .-This code is used to remove silence from a voice signal so that the recognition in voice recognition will give good result. The method is Scale on threshold applied to the envelope for detecting scilence periods. The actual threshold is computed by multiplying threshin" by the median value of the envelope samples. The default is (.25), whichis 25 of the median envelope value over input signal .
    2023-07-08 01:25:02下载
    积分:1
  • Joseph won the procedures. Note : This is my own prepared. Deficiencies Departme...
    这是解决约瑟夫圜的程序. 注释:这是本人自己编写的.不足之处请各位大哥大姐多多指教,另外请注意版权问题.-Joseph won the procedures. Note : This is my own prepared. Deficiencies Department asked Big Brother Big Sister to the exhibitions, and to copyright issues.
    2023-07-24 13:45:03下载
    积分:1
  • 这是一个完全基于神经网络的处理软件…
    本软件是一套完全基于神经网络的语音识别处理软件。 本软件为纯绿色软件,无须安装,解压到任意一个目录下,直接运行主程序 whd.exe ,卸载时删除所在目录即可,软件不会给系统留下任何垃圾,请放心试用,但为了您的数据安全,在使用时请先将重要数据保存备份,呵呵,我信不过微软啊:) 本软件使用的是本人自行开发的神经网络处理系统,但因工程浩大,且本人穷,只能独立编写,所以现在这个试用版所使用的神经网络系统并不完整,只实现了我最初设计的一半功能,识别效果还不是很理想,正在改进中:) 但还是希望大家能对软件提出宝贵意见,我的邮箱:whd_china@etang.com 或 yinshishan@sina.com -this a completely software based on neural network speech recognition processing software. The software for the pure green software, no installation, to extract an arbitrary directory and run the main program whd.exe. unloading directory will be deleted, the software system will not leave any garbage, please rest assured that trial. But for the sake of your data security, the post will be used to preserve important data backup, Oh, I trust Microsoft ah : ) This is the software I use to the development of the neural network processing system, but the project is a huge one, himself poor, only independent prepared, the trial version now used by the neural network system is incompl
    2022-01-28 17:49:19下载
    积分:1
  • HTK_basic_tutorial,剑桥大学工具包HTK的说明文档。PDF格式,有对HTK的简要介绍。...
    HTK_basic_tutorial,剑桥大学语音识别工具包HTK的说明文档。PDF格式,有对HTK的简要介绍。-HTK_basic_tutorial, Cambridge University HTK Speech Recognition Toolkit documentation. PDF format, has a brief introduction to the HTK.
    2022-03-07 09:07:38下载
    积分:1
  • Linux下的CELP言编码,压缩质量极好。支持2K到32K的压缩。实现部分使用C言编写。可用做Linux下的动态库,有例子。...
    Linux下的CELP语言编码,压缩语音质量极好。支持2K到32K的压缩。实现部分使用C语言编写。可用做Linux下的动态库,有例子。-under Linux CELP language coding, compression excellent speech quality. Support 2 K to 32 K compression. Part of the use of C language. Linux can be done under the DLL, is an example.
    2022-01-26 06:57:44下载
    积分:1
  • matlab中的wave文件添加功能,欢迎使用
    matlab中的wave文件添加功能,欢迎使用-Matlab the paper added wave function, welcomed the use of
    2023-04-28 20:10:03下载
    积分:1
  • 生成《matlab扩展编程》中对于HMM训练的samples.mat程序,自己编写...
    生成《matlab扩展编程》中对于HMM训练的samples.mat程序,自己编写-Generation ‘matlab programming expansion’ in the HMM training samples.mat procedures, written by myself
    2022-01-31 04:28:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载