-
pcarall
Code to avoid repetions in Principal Component Analysis of a square matrix.
- 2010-08-09 09:55:04下载
- 积分:1
-
INS_GPS_Intergrated_navigation
INS和GPS基于位置速度的松组合程序,已经验证了,滤波收敛,程序中说明了如何选取滤波参数(INS/GPS integrated navigation ,Kalman filter,loosely integrated based on position and velocity)
- 2015-01-08 10:18:29下载
- 积分:1
-
Simulink-DC-motor-speed
基于Matlab-Simulink仿真的双闭环直流调速系统的设计与研究 如题,设计要求、设计公式及计算过程比较清晰,格式也是按照标准设置的,正文限于公式编辑的格式,排版不是太完美(Design and Research of Matlab-Simulink simulation of double-loop DC speed control system, such as the title, design requirements, design formulas and calculation process is relatively clear, but also in accordance with the standards set by the format, text format is limited to a formula editing, typesetting is not perfect)
- 2014-01-16 21:09:02下载
- 积分:1
-
CFM_Gumbel
通过积分公式计算Gumbel概率分布的累计分布函数(Gumbel probability distribution with integral formulas of the cumulative distribution function)
- 2021-03-24 22:49:14下载
- 积分:1
-
zbuildpi
This program forms the complex bus impedance matrix by the method
- 2011-08-03 10:42:19下载
- 积分:1
-
SOR
MATLAB实现的线性方程组超松弛迭代算法源程序。(MATLAB realization of linear equations over-relaxation iterative algorithm source code.)
- 2013-04-30 13:33:05下载
- 积分:1
-
Archive
image quality measurement
- 2015-02-19 15:07:04下载
- 积分:1
-
pv_model
matlab 光伏电池模块 (已经封装好) 用于仿真光伏电池的输出特性(PV model )
- 2012-02-06 12:04:54下载
- 积分:1
-
myLMS
说明: LMS自适应滤波器算法 matlab编程 自适应干扰抵(LMS Adaptive filter algorithm matlab programming adaptive interference cancellation)
- 2019-12-26 19:34:08下载
- 积分: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