-
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
-
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
-
利用杜宾算法求lpcc系数,非常有用
利用杜宾算法求lpcc系数,非常有用-Durbin algorithm for the use of lpcc coefficient, very useful
- 2022-07-20 13:19:54下载
- 积分:1
-
很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令....
很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令.-many people will not compile the windows Lane HTK, all the procedures htk3.2.1 windows Lane compiler, the one window in order to use them under direct orders.
- 2023-01-30 12:35:05下载
- 积分:1
-
Microsoft agent示例源程序,必须安装了Microsoft agent2.0以上
Microsoft agent示例源程序,必须安装了Microsoft agent2.0以上 -Microsoft the agent demonstration source program, must install
above Microsoft agent2.0
- 2022-02-21 19:49:32下载
- 积分:1
-
mpeg2音频编码部分的测试原代码
需要的下载
mpeg2音频编码部分的测试原代码
需要的下载-mpeg2 audio encoding part of the testing needed to download the original code
- 2022-07-19 22:20:00下载
- 积分:1
-
VoIP程序
应用背景他是一个程序 ;VoIP ..是一个很好的项目 ;VoIP关键技术VoIP ;(H323)源,G.723.1 G729 G728 G711音频算法的实现
- 2023-04-11 13:25:03下载
- 积分:1
-
用于语音识别的离散隐马尔可夫模型程序(非特定人,多个观测序列),已调试通过。...
用于语音识别的离散隐马尔可夫模型程序(非特定人,多个观测序列),已调试通过。-used discrete speech recognition Hidden Markov Model (non-specific, a number of observation sequence), has been through testing.
- 2022-02-12 04:33:31下载
- 积分:1
-
这是G.729标准
这是G.729标准-This is the standard G.729
- 2022-12-05 22:55:03下载
- 积分:1
-
用delphi制作的动画精灵,是初学者的选择!
用delphi制作的动画精灵,是初学者的选择!-Delphi animation produced by the wizard, is the choice for beginners!
- 2022-02-04 09:36:42下载
- 积分:1