-
本文详细讨论了一种新的语音增强方法,它应该是B。
文章详尽论述了一种语音增强的新方法,应该对大家有一些启发-The article discusses in detail a new method for speech enhancement, it should be for all of us shed some light on
- 2022-02-10 09:23:38下载
- 积分: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
-
此程序为自相关法进行基音检测的程序,主要应用于语音识别。...
此程序为自相关法进行基音检测的程序,主要应用于语音识别。-program for petch detection using auto-correlation method, mainly for speech recognition
- 2022-03-07 02:58:21下载
- 积分:1
-
混合基的傅立叶变换算法
混合基的傅立叶变换算法-mixed-Fourier transform algorithm
- 2022-01-27 23:30:25下载
- 积分:1
-
英语学习(tts和access的应用)
英语学习(tts和access的应用)-English learning (TTS and access to the application)
- 2023-03-07 10:20:04下载
- 积分:1
-
对不同特征进行融合,得到更好的语音特征,识别率高。
对不同特征进行融合,得到更好的语音特征,识别率高。-Integration of different features, better voice features, a high recognition rate.
- 2022-06-28 12:59:47下载
- 积分:1
-
60秒的语音记录和多
60秒多段语音录放芯片APR9600.htm-60 seconds of voice recording and multi-chip APR9600.htm
- 2023-01-01 11:40:09下载
- 积分:1
-
继续往上传基音检测论文,希望对你有帮助.共同奋斗
继续往上传基音检测论文,希望对你有帮助.共同奋斗-Continue to upload pitch detection papers, I hope you have help. The common struggle
- 2022-07-10 23:50:40下载
- 积分:1
-
LMS 算法源程序,绘制性能曲线图,误差性能曲线
LMS 算法源程序,绘制性能曲线图,误差性能曲线-LMS algorithm source code, rendering the performance curves, the error performance curve
- 2022-02-20 11:55:12下载
- 积分:1
-
FreeTTS(地三部分)
FreeTTS(地三部分)-FreeTTS Part three
- 2022-02-15 07:10:50下载
- 积分:1