-
语音识别
Matlab 当前目录中的所有文件都复制并在 Matlab 命令上键入"speakerrecognition"窗口。正确解压缩该文件后,你会发现两个文件夹培训和测试,每个都包含一些文件,命名: S1。WAV,S2。WAV,......,;每个标记后的扬声器的 ID。这些文件被记录在 Microsoft WAV 格式。在 Windows 系统上,您可以听录音听通过双击到文件中。您可以使用中"火车"的声音文件来创建数据库已知的扬声器和使用声音文件目前在"测试"以评估自动识别器。请注意,听起来应该有相同的采样频率和此值必须要符合框架窗口的大小: 256 样品应该有的持续时间约 30 ms: 这使用采样频率约实现12500.如果不满足此条件,你必须重新采样输入的声音(您可以使用"重新取样"Matlab 命令) 或等价地,更改窗口参数进行筛选。这段代码基于阿明 Koohi 优秀提交公开发售http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8802&objectType=FILE并提高了使用先进的度量距离计算的结果。以这种方式取得了较好的识别率。完整的源代码,请访问http://www.advancedsourcecode.com/speaker.asp任何问题请电邮 luigi.rosa@tiscali.it
- 2022-02-05 14:46:02下载
- 积分:1
-
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序...
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序-Matrix transpose, intel Challenge thread works, multi-threaded, TBB, merge sort, quick sort
- 2022-09-05 14:10:03下载
- 积分:1
-
QT QPainttrans written using the QT graphic example of functions so that graphic...
QT-qpaintrans编写的QT图形示例函数,使图形可以旋转、缩放、平移
- 2022-03-04 08:34:17下载
- 积分:1
-
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。...
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。-Using visual c++ 6.0 to achieve a scientific calculator, enter the expression to calculate the result.
- 2022-03-30 00:42:15下载
- 积分:1
-
一个sdk菜单演示例子
一个sdk菜单演示例子-a demonstration examples sdk menu
- 2022-03-10 15:36:50下载
- 积分:1
-
windows CE driver matching Guide Book 1 CD
windows CE驱动指南一书的配套光盘。里面大概有20个源代码实例程序。-windows CE driver matching Guide Book 1 CD-ROM. There probably has 20 source code examples of procedures.
- 2023-01-17 18:15:04下载
- 积分:1
-
无线通信
关于zigbee芯片2431的应用方面的
无线通信
关于zigbee芯片2431的应用方面的-Zigbee wireless communication chip 2431 on the application of the
- 2023-06-27 22:30:04下载
- 积分:1
-
复制、剪切和粘贴数据
复制、剪切和粘贴数据
---- 将数据复制或剪切到剪贴板上
---- 1. 确定将要被复制的数据是一个本地数据还是一个嵌入对象或链接。
---- 如果数据是一个嵌入对象或链接,创建一个指向被选定数据的COleClientItem指针。
---- 如果数据是本地化的并且应用程序是一个服务器,那么从COleServerItem继承一个新的类,并创建该对象。否则,为数据建立一个COleDataSource对象。
---- 2. 访问选定对象的CopyToClipboard成员函数。
---- 3. 如果用户选择剪切命令而不是复制,那么从你的应用程序中删除那些数据。
-copy, cut and paste data-replication of data to the clipboard or shear on---- 1. Determined to be copied data is a local data or an embedded object or link.- If the data is embedded in an object or a link to create a pointer to the selected data COleClientItem pointer. Yes- if the localization of the data and applications is a server, and then from COleServerItem succession of a new category, and the creation of the object. Otherwise, the data for the establishment of a COleDataSource targets.---- 2. Visit selected object CopyToClipboard member function.---- 3. If users choose shear order not reproduce, and then from your application to delete those data.
- 2022-07-09 06:39:06下载
- 积分:1
-
语言的描述是正确的DBF的C系列,请改变可。
对dbf的描述,用的是c语言编的,请修改一下就可以用.-right dbf description of the language is c series, please change it can be used.
- 2022-03-18 06:58:49下载
- 积分:1
-
MFC 自动提交表单
应用背景使用WebBrowser控件解析HTML页面,填写数据提交实现查询功能关键技术MFC 内嵌浏览器,找开百度自动提交表单搜索......
- 2022-01-25 15:00:19下载
- 积分:1