-
pro_lib
关于信号处理中的自适应算法的常用算法集,希望能对相关人士有所帮助!(On signal processing algorithms commonly used set of adaptive algorithms, hoping to help the relevant parties!)
- 2010-08-25 20:00:52下载
- 积分:1
-
wuyuesuyouhua
无约束优化程序解决数值优化问题。在优化算法中有重要作用。(Optimization procedures for solving numerical optimization problems. In the optimization algorithm has an important role.)
- 2010-05-23 15:46:49下载
- 积分:1
-
00001901
HVDC Increasing Popularity
- 2012-08-05 17:59:51下载
- 积分:1
-
xiaoboji
采用低通性质的平滑函数为高斯函数,根据他的一阶导数、二阶导数作为小波基函数进行突变点分析。
(The use of low-pass nature of the smoothing function for the Gaussian function, according to his first derivative, second derivative wavelet basis function as a point mutation analysis.)
- 2020-09-02 17:08:07下载
- 积分:1
-
驾驶员模型数据处理
驾驶员模型数据处理,论文第二章仿真程序,发表sci(Pilot model data processing, paper chapter ii simulation program, published sci)
- 2015-04-21 15:08:40下载
- 积分:1
-
stochasticResonance
随机共振作出SNR信噪比随噪声强度变化的曲线(matlab code for stochastic resonance!used for plotting the figure about SNR versus D(noise strength))
- 2020-12-03 23:09:24下载
- 积分:1
-
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
-
saliency
一篇经典论文的代码,“Saliency,Scale,image description”,用于寻找视觉显著性的区域,matlab代码(A classic papers of the code, " Saliency, Scale, image description" , for the visual search of the area significantly, matlab code)
- 2009-06-17 23:39:12下载
- 积分:1
-
dmtteq3_1
calculates the signal to noise ratio in each subchannel
- 2011-05-03 19:39:25下载
- 积分:1
-
ImageProcessing
use for image processing in matlab
- 2010-05-24 09:11:20下载
- 积分:1