-
ParitySpaceFDI
Parity space的故障诊断工具箱(Parity space troubleshooting toolkit)
- 2010-11-21 16:37:05下载
- 积分:1
-
粒子群优化算法的MATLAB
应用背景粒子群优化算法是一种计算方法,通过对一个给定的质量问题进行优化和求解,并对一个给定的质量问题进行了改进;关键技术粒子群优化算法参数的选择对优化性能有很大的影响。选择粒子群优化的参数,产生良好的性能,因此一直是很多研究的主题
- 2022-04-13 09:11: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
-
BP
说明: BP算法,关于神经网络反馈的算法,Matlab编写,内含数据文件,可直接运行(BP algorithm, on the neural network feedback algorithm, Matlab preparation, combustion data file that can be run directly)
- 2013-09-23 18:06:17下载
- 积分:1
-
ISODATA-MATLAB
ISODATA的matlab实现,迭代自组织数据分析算法(ISODATA MATLAB)
- 2014-11-24 15:51:33下载
- 积分:1
-
SQPM
用基于拉格朗日函数Hesse阵的SQP方法求解约束优化问题(Hesse matrix based on Lagrange function with the SQP method for solving constrained optimization problems)
- 2011-09-06 13:12:43下载
- 积分:1
-
微电网仿真
SOGI及DS,QS传递函数MATLABm文件及伯德图绘制((SOGI, DS, QS Transfer Function MATLABm File and Bird Diagram Drawing)
- 2020-06-18 09:40:01下载
- 积分:1
-
examples
《结构分析的有限元法与MATLAB程序设计》所附程序(" Structural Analysis of the finite element method and MATLAB programming," the attached process)
- 2010-07-16 09:36:25下载
- 积分:1
-
PV_System
In this paper, new scheme of direct torque control of induction motor for
electric vehicles is proposed and the results of an investigation into suitable
torque control schemes are also presented. The electric vehicle drive consists
of rewound induction motors and a three-level IGBT inverter. The schemes
investigated are Field Oriented Control, Direct Torque Control (DTC), and
DTC using Space Vector Modulation. The results of Matlab - Simulink
simulations and a comparison between the control schemes are presented. It is
found that the DTC using Space Vector Modulation scheme is best for this
application.
- 2010-05-31 20:23:48下载
- 积分:1
-
crc16_MATLAB
16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。(16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.)
- 2020-08-23 14:08:17下载
- 积分:1