-
动态时间归整
在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。
- 2022-03-24 01:53:33下载
- 积分:1
-
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=...
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R- LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R))
- 2022-01-24 14:36:59下载
- 积分:1
-
WIN CE can use the playback audio code, audio files can be stored by the embedde...
可以使用WIN CE的录放音程式码,可以储存录音档,由embedded visual c++ sp4 所开发-WIN CE can use the playback audio code, audio files can be stored by the embedded visual c++ Sp4 developed
- 2022-01-26 02:29:18下载
- 积分:1
-
在RING0中使用RING3函数MessageBox.
在RING0中使用RING3函数MessageBox.-in RING0 use RING3 MessageBox function.
- 2022-03-13 11:07:39下载
- 积分:1
-
美国文档语音编码标准在Ti 4800和DSP芯片cntrolle # 39;s…
文件为美军4800bps语音压缩编码标准在TI的DSP芯片TMS320C5X上的实时实现源代码。-document for the U.S. 4800 voice coding standards on TI"s DSP chips cntroller 5X Real-time implementation of the source code.
- 2022-09-11 20:25:03下载
- 积分:1
-
简洁适用的基音周期提取程序,采用自相关和平均幅度差函数相结合的方法...
简洁适用的基音周期提取程序,采用自相关和平均幅度差函数相结合的方法-Simple application of the pitch period extraction procedures, the use of auto-correlation and the average magnitude difference function method of combining
- 2022-02-12 14:26:45下载
- 积分:1
-
自已编写的语音信号端点检测程序,采用短时能量与短时过零率的方法。...
自已编写的语音信号端点检测程序,采用短时能量与短时过零率的方法。-authorship of the speech signal endpoint detection procedures, using short-term over short-term energy and the rate of zero.
- 2022-09-17 05:05:03下载
- 积分:1
-
协方差LPC LPC LPC协方差协方差协方差LPC LPC LPC协方差C.
lpcåæ–¹å·® lpcåæ–¹å·® lpcåæ–¹å·® lpcåæ–¹å·®-Covariance LPC LPC LPC Covariance Covariance Covariance LPC LPC LPC Covariance Covariance Covariance LPC
- 2023-04-19 14:45:03下载
- 积分:1
-
高的
高质量的语音处理工具箱,包括分帧,预处理,求基频等-high-quality voice processing toolkit, including the frame, pretreatment, such as for frequency
- 2022-03-20 04:58:41下载
- 积分:1
-
It is developed with VC.It can test the trail of speech at realtime and provide...
用VC编的用于实时地对录音的轨迹的测试。可以自动显示-It is developed with VC.It can test the trail of speech at realtime and provide an auto display.
- 2023-02-03 18:20:03下载
- 积分:1