-
speech processing toolbox, copy it into matlab toolbox.
语音处理工具箱,复制到matlab工具箱中。
- 2022-11-29 13:15:03下载
- 积分:1
-
字符识别的模式识别
模式识别中的联机字符识别,包括联机手写数字识别和联机数字、英文字符及汉字识别算法实现源代码-pattern recognition of Character Recognition on-line, including on-line handwriting recognition and on-line digital figures English characters and character recognition algorithm source code
- 2022-01-26 01:18:18下载
- 积分:1
-
mpeg2音频编码部分的测试原代码
需要的下载
mpeg2音频编码部分的测试原代码
需要的下载-mpeg2 audio encoding part of the testing needed to download the original code
- 2022-07-19 22:20:00下载
- 积分:1
-
这是一个VC++程序,用于语音识别,还依据…
这是用vc++编写的程序,在语音识别中经常用用到,是语音识别的第一步:time alignment. 分别用两种方式完成:1.非递归2.递归-This a vc++ program which is useful in voice recognizing and it is also the basic of the voice recognizing .I use two ways to accomplish it:1 nonrecursion 2.recursion
- 2022-05-29 22:03:41下载
- 积分:1
-
该文章是语音去噪方面的,比较新,希望对大家有帮助
该文章是语音去噪方面的,比较新,希望对大家有帮助-The article is a voice de-noising aspects, relatively new, we want to help
- 2022-05-21 14:03:47下载
- 积分:1
-
是源峰值检测器,实验我已经找到了有用的。
是峰值检测的源码,经本人实验过,发现很有用。-Is the source peak detector, the experiment I have found useful.
- 2023-02-06 04:10:03下载
- 积分:1
-
采样小波包分解语音信号,分解为3层,并求出分解系数
采样小波包分解语音信号,分解为3层,并求出分解系数-Speech signal using wavelet packet decomposition,decomposing 6 level,and attain decomposition coefficient
- 2022-06-21 18:34:55下载
- 积分:1
-
XChat TTS script is an perl written XChat2 script that speaks out messages in ir...
XChat TTS script is an perl written XChat2 script that speaks out messages in irc channels, and more. It provides an interface to setup the functions or view the online help. -XChat TTS is an perl script written XChat2"s at 5 that speaks out messages in irc channels. and more. It provides an interface to setup the f unctions or view the online help.
- 2022-05-23 11:43:10下载
- 积分: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
-
Indefinite long
不定长信号合并,%执行信号相加: y(n) = x1(n)+x2(n)
%调用方式:[y,n] = sigadd(x1,n1,x2,n2)
% y:叠加后的信号序列的序列号,包括n1和n2
% x1: 第一个信号序列,序列号为n1
% x2:第二个信号序列,序列号为n2(n2可以与n1不同)-Indefinite long-Signal merger, add up to the implementation of signal: y (n) = x1 (n)+ X2 (n) call the way: [y, n] = sigadd (x1, n1, x2, n2) y: Superposition signal sequence after the serial number, including the n1 and n2 x1: the first signal sequence, the serial number for n1 x2: the second signal sequence, the serial number for n2 (n2 with n1 different)
- 2022-01-28 16:59:07下载
- 积分:1