-
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
-
用于matlab语音识别的HMM代码
dtw - DTW算法演示程序 mfcc.m - MFCC参数计算程序 dtw.m - 基本的DTW算法 dtw2.m - 优化的DTW算法 testdtw.m - DTW算法测试程序 vad.m - 端点检测程序 cdhmm - 连续高斯混合HMM演示程序 pdf.m - 高斯概率密度函数 mixture.m - 混合高斯的输出概率 inithmm.m - HMM参数初始化 getparam.m - 计算观察序列的参数 viterbi.m - 语音识别的Viterbi算法 baum.m - Baum-Welch训练算法(一次叠代) main.m - 多HMM训练主程序&n
- 2022-02-05 15:01:27下载
- 积分:1
-
Speech Recognition and Synthesis System. There are a detailed introduction and p...
语音识别与合成系统.
里面有详细的介绍与程序-Speech Recognition and Synthesis System. There are a detailed introduction and procedures
- 2022-03-14 05:33:06下载
- 积分:1
-
用Eclipse开发的MIS系统。这个系统采用Hibernate作为数据持久层,采用Struts模式开发,希望对中间件感兴趣的朋友跟我讨论...
用Eclipse开发的MIS系统。这个系统采用Hibernate作为数据持久层,采用Struts模式开发,希望对中间件感兴趣的朋友跟我讨论-use Eclipse development of the MIS system. The system uses Hibernate as a data persistence layer, using Struts model development, Middleware hope to interested friends talked to me
- 2022-07-26 08:38:55下载
- 积分:1
-
ww.guanxing.net weineins adfljkwieofjlskadj fl jfiweoijsdalkfj lweoijfoijjkjfskl...
ww.guanxing.net weineins adfljkwieofjlskadj fl jfiweoijsdalkfj lweoijfoijjkjfskl jskafowe ijlsdk ajf oweijf lskdjf ko weijfhikfd skljfiuwe sjalfkoweidlksjfkj gou le ba?tai fan le !
- 2023-06-10 20:30:03下载
- 积分:1
-
matlab语音工具箱
matlab语音工具箱-voice Matlab Toolbox
- 2022-02-10 06:34:12下载
- 积分:1
-
fir filter 程序
老师上课留的作业,在这里跟大家分享一下,希望能有所帮助...
fir filter 程序
老师上课留的作业,在这里跟大家分享一下,希望能有所帮助-fir filter procedures teacher in the class to stay the operation here to share with you, hope can be helped
- 2022-05-05 05:49:02下载
- 积分:1
-
本文系统的介绍了语音识别的技术及其实现方法
本文系统的介绍了语音识别的技术及其实现方法-This article introduces the technic and implement method of speech recognise
- 2022-01-31 08:03:45下载
- 积分:1
-
speech recognition and synthesis 3 entry, word or compressed packages within Mat...
语音识别与合成入门3,word或压缩包中内有matlab源码-speech recognition and synthesis 3 entry, word or compressed packages within Matlab FOSS
- 2023-07-26 22:50:03下载
- 积分:1
-
语音识别专辑三
语音识别专辑三- Speech recognition special edition three
- 2022-06-20 06:58:18下载
- 积分:1