-
LMS
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)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
BinaryAntipodal
Binary Antipodal 之通讯系统模拟 错误率与SNR(Binary Antipodal of the communications system simulation error rate and SNR)
- 2009-11-25 01:15:07下载
- 积分:1
-
fdtd_2d_TM_3
说明: 采用FDTD方法计算了2维光子晶体TM模的传播情况,能较直观的观察波形变化。(FDTD method using a 2-dimensional photonic crystal propagation of TM modes, can be more intuitive observation of the waveform changes.)
- 2010-04-05 15:43:03下载
- 积分:1
-
H-pwm
双闭环可逆直流调速(H桥)simulink仿真模型,波形很好(Double closed loop reversible DC speed control (H bridge) Simulink simulation model, the waveform is very good)
- 2014-06-01 22:39:15下载
- 积分:1
-
simulink-gui
一个弹簧、阻尼、质量系统的simulink/gui设计(A simulink springs, dampers, quality system/gui design)
- 2016-03-11 20:24:42下载
- 积分:1
-
GEE
LU分解,LU法解方程,matlab语言(LU decomposition, LU method for solving equations, matlab language
)
- 2011-08-31 16:21:52下载
- 积分:1
-
vad_osf
通过计算短时信号熵,与阈值比较,得到判决结果。并采用顺序统计滤波器(最大值滤波器)对所得熵值滤波,提高判决精度。
能有效的分辨出语音信号和噪声信号,且通过后端平滑处理,使语音检测结果更加集中。(VAD based on short-time entropy, precision improved by using order-statistical-filter, VAD result is smoothed to make the result more accurate.)
- 2010-12-28 17:19:57下载
- 积分:1
-
nnrbf_pid
在MATLAB中使用,S函数现实RBF-PID控制程序。
(S function of the reality on RBF-PID control)
- 2012-04-23 10:01:23下载
- 积分:1
-
offline-identification
offline identification using neural network
- 2015-02-10 04:36:03下载
- 积分:1
-
遗传算法神经网络
遗传算法优化BP神经网络,优化神经网络的初始权值和阈值(Genetic algorithm optimizes the BP neural network and optimizes the initial weights and thresholds of the neural network.)
- 2020-11-18 10:09:39下载
- 积分:1