-
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
-
yagi
simulation antenna yagi
- 2014-08-27 16:31:38下载
- 积分:1
-
function E
说明: 小波包分解重构后,求节点能量,matlab中运行很好(After the wavelet packet decomposition and reconstruction, the node energy is calculated, which runs well in matlab.)
- 2019-04-27 09:29:14下载
- 积分:1
-
BPSK
BPSK调制与解调的simulink仿真模型(the simulation model for BPSK modulation and demodulation)
- 2009-10-10 16:45:16下载
- 积分:1
-
read_write
Matlab code for image read and write
- 2015-01-18 01:27:13下载
- 积分:1
-
7 免疫算法在故障检测中的应用
说明: matlab免疫算法实现故障检测。附加了注释,可以直接运行(Matlab immune algorithm realizes fault detection, with comments attached, it can run directly.)
- 2020-12-15 11:59:14下载
- 积分:1
-
dijkstra
使用Matlab编写的一个dijkstra算法,非常的实际好用(Written using Matlab a dijkstra algorithm, a very practical easy to use)
- 2010-07-25 19:51:38下载
- 积分:1
-
Rundeopt
this is file .m that can be run at matlab
- 2009-07-13 02:12:08下载
- 积分:1
-
SAPSO
自己编写的模拟退火粒子群算法,里面含有测试函数,比较简单,适合初学者。(I have written simulated annealing particle swarm algorithm, which contains a test function is relatively simple, suitable for beginners.)
- 2021-04-25 10:18:46下载
- 积分:1
-
Fishers
Fisher s linear discrimintor
- 2011-10-21 04:13:09下载
- 积分:1