-
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
-
bsdifferential
欧式股票期权的显式差分定价法,通过输入股票期权的波动率、贴现率、标的资产的定价等相关数据,计算出股票期权的理论价格(the explicit differential pricing method in European stock options )
- 2011-09-10 14:33:02下载
- 积分:1
-
CellTracking
Gabor纹理识别,使用matlab实现Gabor纹理识别(Texture recognization based on Gabor
)
- 2012-04-10 15:45:28下载
- 积分:1
-
nsdcalc
Nsdcalc.m is a Matlab program for performing the image enhancement process
described in the accompanying paper. Place the program in your work directory
along with the demonstration data file grav.txt. At the Matlab prompt type
- 2013-04-24 01:13:44下载
- 积分:1
-
chaoliu
潮流计算,节点导纳矩阵,节点阻抗矩阵的生成(Generate flow calculation, the node admittance matrix, the node impedance matrix)
- 2014-05-31 10:11:19下载
- 积分:1
-
ll
说明: matlab 智能识别及报告说明和源程序(matlab )
- 2012-04-09 23:45:35下载
- 积分:1
-
matlab
各种波形的matlab生成 可以观察波形图(Matlab various waveforms generated waveform can be observed)
- 2011-05-31 15:03:12下载
- 积分:1
-
millimeter-wave
子波高分辨谱估计方法及其在毫米波雷达目标一维距离成像中的应用(Wavelet resolution spectral estimation method and its application in the millimeter-wave radar target from imaging)
- 2013-12-25 18:51:41下载
- 积分:1
-
ED MOALO
说明: 多目标蚁狮优化算法求解电力系统经济调度问题(Multi-objective ant lion optimizer for solving ecnomic dispatch problem)
- 2020-11-24 15:09:33下载
- 积分:1
-
mseq
非常简单的在matlab下生成M序列的程序(A very simple M sequences generated in the matlab program)
- 2009-11-13 19:30:10下载
- 积分:1