-
IntProgFZ1
matlab利用分支定界法求解整数规划的m函数文件,有详细的输入说明(matlab using the branch and bound method for solving integer programming m-function file, a detailed description of the input)
- 2011-12-12 14:42:02下载
- 积分:1
-
state-feedback-controller-using-pole-placement-te
STATE FEEDBACK CONTROLLER USING POLE PLACEMENT TECHNIQUE
- 2014-01-26 13:32:50下载
- 积分:1
-
344
功率谱估计及其MATLAB仿真 有源码 很不错的(Power Spectrum Density Estimation and the simulation in Matlab)
- 2012-03-05 16:31:19下载
- 积分:1
-
touking_v27
电力系统暂态稳定程序,可以进行暂态稳定计算,关于小波的matlab复合分析,快速扩展随机生成树算法。( Power System Transient Stability Program, can be transient stability, Matlab wavelet analysis on complex, Rapid expansion of random spanning tree algorithm.)
- 2016-11-20 15:48:50下载
- 积分: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
-
matlabtut
Matlab tutorial which is very basic.I hope to upload my source code in future.
- 2009-04-22 08:39:29下载
- 积分:1
-
lQG
应用LQG算法对一个一通进行镇定控制,希望对大家有用(The LQG algorithm is applied to a conducting stabilization control, in the hope that useful)
- 2012-03-20 15:58:12下载
- 积分:1
-
200703261647
神经网络PID仿真程序,直接导入MATLAB就可以运行(PID neural network simulation program directly into MATLAB on the run)
- 2007-03-26 16:46:07下载
- 积分:1
-
plsapplication
偏最小二乘方法的几个应用实例,对理解和掌握该方法有很大帮助(Partial Least Squares several application examples, to understand and master the methods of great help)
- 2010-10-21 21:21:54下载
- 积分:1
-
chapter3
自适应滤波器--最小均方误差法LMS滤波自编程--简明易懂附有注释(Adaptive filter- the minimum mean-square error method LMS filter self-programming- easy to understand annotated)
- 2009-11-06 21:02:38下载
- 积分:1