-
lunwen[1]
说明: PI调节器参数的直流双闭环仿真程序,参数需要调节,网友学习交流matlab程序代码(DC PI regulator parameter double loop simulation program, the parameter adjustment is required, users learn communication matlab code)
- 2011-04-14 11:35:23下载
- 积分:1
-
sugiarto_matlab01
Program GUI Matlab sederhana dengan keunggulan sistem grayscale
- 2013-08-21 23:58:45下载
- 积分:1
-
emd谱峭度
比较齐全的hht算法的程序,可以进行谱峭度分析,选取峭度最大的分量,求其包络谱,能够明显看出特征频率,比较实用。(A more complete algorithm of HHT algorithm can carry out spectral kurtosis analysis, select the largest component of kurtosis, and find its envelope spectrum, which can clearly see the characteristic frequency, and is more practical.)
- 2018-03-18 21:43:59下载
- 积分:1
-
C_100
搜集的C例程100例,供初学者学习用 (C code C_100.rar C_100.rar)
- 2009-11-11 15:46:33下载
- 积分:1
-
attitude_estaminate
姿态估计的源码,可以快速算出xyz坐标,数据可以通过matlab等进行二次开发。(Pose estimation of source code, you can quickly calculate the xyz coordinates, matlab and other data can be secondary development.)
- 2014-11-28 17:45:25下载
- 积分:1
-
MATLAB
《matlab仿真技术与应用》清华大学出版社,强烈推荐,很不错一本书()
- 2007-09-08 21:14:59下载
- 积分:1
-
Engineering_Vibration_Toolbox
包括了振动分析常用的matlab函数功能,适合于机器状态监控人员分析(Includes vibration analysis matlab function commonly used features, suitable for machine condition monitoring analysis)
- 2007-10-11 16:18:56下载
- 积分:1
-
BP_MIMO
说明: 利用经典BP网络逼近一个多输入多输出的函数(The classical BP network to approach a multi-input multi-output function)
- 2011-04-18 10:21:07下载
- 积分:1
-
huise_qiuguanliandu
matlab求灰色关联度,并对关联度进行排序(matlab seek the gray relational grade, and the associated degree of sorting)
- 2012-08-16 11:37:00下载
- 积分: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