-
AHP
层次分析方法,用于有多个方案和多个准则的情况下,选择出其中的最优方案(AHP, for there are more programs and a number of criteria in the case, choose the optimal solution which)
- 2011-07-18 13:47:23下载
- 积分:1
-
CurvatureEstimationsam
a function to calculate Curvature in 2D curve
- 2013-08-18 03:26:12下载
- 积分:1
-
NLSCNLDL
Nonlinear Schrodinger Equation Explicit
- 2013-07-20 03:04:58下载
- 积分:1
-
DS-spread-spectrum-communication
DS扩频通信DS spread spectrum communicationDS spread spectrum communication(DS spread spectrum communicationDS spread spectrum communicationDS spread spectrum communicationDS spread spectrum communicationDS spread spectrum communicationDS spread spectrum communicationDS spread spectrum communicationDS spread spectrum communication)
- 2013-03-11 17:30:24下载
- 积分:1
-
facealignIca
code for face align using ica (independent component analysis) .a good code for reaserch .
- 2010-08-08 20:11:22下载
- 积分:1
-
Matlab_RD
一个matlab开发的SAR程序程序,实现了RD算法,包含距离徙动校正等操作。(The development of SAR procedures for a matlab program to achieve the RD algorithm, with dynamic correction from the resettlement operation.)
- 2009-11-12 00:00:18下载
- 积分:1
-
music3
一个用于到达角估计的MUSIC程序,用MATLAB写的,希望对大家有用(an estimate for the arrival of MUSIC procedures, using MATLAB written in the hope that it may be useful to)
- 2006-06-25 23:25:47下载
- 积分:1
-
simulink__matlab
matalab simulink的仿真介绍,其中是以具体实例讲述的,清晰易懂(Matalab simulink simulation is introduced, which is based on specific examples relate, transparent)
- 2012-01-03 21:49:35下载
- 积分:1
-
lvboqi
matlab设计的IIR滤波器,包括巴特沃低通滤波器,切比雪夫低通滤波器等。(matlab design of IIR filters, including Butterworth low-pass filter, Chebyshev low pass filter.)
- 2010-09-04 20:48:26下载
- 积分: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