-
配合《Matlab之语音处理与合成工具箱》的源代码库,书很经典,是英文原版。...
配合《Matlab之语音处理与合成工具箱》的源代码库,书很经典,是英文原版。-With
- 2022-08-22 18:40:49下载
- 积分:1
-
MATLAB编写的用于语音识别的程序 主要内容为隐马尔可夫程序
MATLAB编写的用于语音识别的程序 主要内容为隐马尔可夫程序-MATLAB prepared for the speech recognition process mainly as Hidden Markov proce
- 2022-06-15 14:04:30下载
- 积分:1
-
语音信号处理方面的源代码,简单的语音合成软件(text to speech)...
语音信号处理方面的源代码,简单的语音合成软件(text to speech)-voice signal processing of the source code, a simple speech synthesis software (text to speech)
- 2022-02-02 09:15:46下载
- 积分:1
-
TTS应用,完成朗读功能,你可以在源码基础上用半个小时写出同样的程序。...
TTS应用,完成朗读功能,你可以在源码基础上用半个小时写出同样的程序。-TTS application, complete the reading function, you can source the basis of half an hour to write using the same procedure.
- 2023-07-24 11:35:03下载
- 积分: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
-
This is the G.727 standard documents
这是G.727标准文件-This is the G.727 standard documents
- 2022-04-19 00:15:18下载
- 积分:1
-
cubica algorithm performes ICA by diagonalization of third
cubica算法通过同时对三阶和四阶累积量进行对角化来实现ICA
- 2023-02-08 04:35:04下载
- 积分:1
-
on a coding algorithm
一个关于des算法编码-on a coding algorithm
- 2022-02-10 09:52:50下载
- 积分:1
-
LMS algorithm matlab realize, is the basic functional simulation, the error func...
LMS算法的matlab实现,是基本功能仿真、误差函数曲线等-LMS algorithm matlab realize, is the basic functional simulation, the error function curve, etc.
- 2022-07-26 22:08:55下载
- 积分:1
-
说话人识别程序,VQ识别方法,特征参数是MF
说话人识别程序,VQ识别方法,特征参数是MF-Speaker recognition procedures, VQ identification methods, feature parameters are MF
- 2022-03-11 17:10:31下载
- 积分:1