-
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
-
RLE_CODING_2METHODS
helps to code using the lossless and lossy forms of rle coding. is specially helpful for fast algorithmic development. there are 2 codes provided.
- 2010-02-13 13:47:11下载
- 积分:1
-
指纹定位算法仿真代码
定位指纹,室内,算法,欧式距离,最大后验概率,贝叶斯,加权贝叶斯,等(Location, fingerprint, interior, algorithm, Euclidean distance, maximum posterior probability, Bayes, weighted Bayes, etc.)
- 2020-07-04 16:00:02下载
- 积分:1
-
多目标问题中的评价指标如 IGD,GD,Space,epsilon等指标 MOP-metrics-matlab
多目标问题中的评价指标如 IGD,GD,Space,epsilon等指标,matlab编译(metrics of MOP: IGD,GD,Space,epsilon...)
- 2020-06-27 01:40:01下载
- 积分:1
-
Matlabnn
面向Matlab工具箱的神经网络理论与应用,搞图像的要看。(Matlab toolbox for neural network theory and applications, engaging look at the image.)
- 2009-10-06 19:18:50下载
- 积分:1
-
dd_tools_1_5_5
matlab数据描述工具箱,可用数据描述,可视乎以及检测(Matlab Toolbox data description, description of the available data, depending on the detection and)
- 2007-04-26 12:11:59下载
- 积分:1
-
music
功率谱估计 music算法matlab实现(music algorithm of power spectral estimation and its realization)
- 2014-02-24 21:09:29下载
- 积分:1
-
election1234
Implements many different methods for determining the winner of an election given voter preferences
- 2010-10-22 01:00:57下载
- 积分:1
-
LinearizingPA_DPD
"Linearizing Power Amplifier using Digital Predistortion, EDA Tools and Test Hardware", by Mekechuk et.al
- 2011-01-12 00:11:05下载
- 积分:1
-
SVG_Export_of_Figures
Converts 3D and 2D MATLAB plots to the scalable vector format (SVG).(Converts 2D and 3D plots to the MATLAB scala ble vector format (SVG).)
- 2007-04-05 19:36:55下载
- 积分:1