-
xiaotaobaobaomatlabgerenzhizuo
这个是本人自己做的一个matlab程序,希望大家可以能用到,2.4.6....32变为灰度(this is the doing of a Matlab procedures in the hope that we can use to be, 2.4.6 .... 32 into gray)
- 2007-04-20 19:46:57下载
- 积分:1
-
Fuzzy-control-on-induction-machine
the document describes speed control of induction motor using fuzzy logic.
- 2013-03-11 21:19:00下载
- 积分:1
-
01356278
This paper presents harmonic detecting method for
a shunt hybrid active filter using adaptive filter. An adaptive
noise canceling theory has been applied as a harmonic detection
system to determine a harmonic reference signal for controlling
an active filter inverter.
- 2015-02-07 22:11:22下载
- 积分:1
-
CPD2
3维点集Coherent Point Drift配准的matlab代码(Coherent Point Drift)
- 2010-05-17 19:40:46下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
decectSignalChange
模拟管道压力下降趋势并用小波检测之管道下降趋势是抛物线型的(detect the dec of pressure in pipe)
- 2010-07-29 17:34:08下载
- 积分:1
-
MATLABshejichengxu
本课件详细介绍了matlab,相信对初级入门者会有很大帮助!(This courseware introduces matlab, that would be great help for junior beginners !)
- 2011-01-15 16:17:25下载
- 积分:1
-
lissar_figure
利用matlAB中自带的guide工具,绘制三维李萨如图形,也可绘制广义的李萨如图形,包括矩形波,三角波(the simulation of lissar figure)
- 2013-11-12 19:48:07下载
- 积分:1
-
ADMM
一个简单的优化案例。求解下面的带有等式约束和简单的边框约束(box constraints)的优化问题: minx,y(x?1)2+(y?2)2s.t.0≤x≤3,1≤y≤4,2x+3y=5(A simple optimization case. To solve the following with equality constraints and simple edge constraint optimization problem (box constraints): Minx, y (x - 1) 2+ (Y - 2) 2s.t.0 = x = 3,1 = y = 4,2x+3y=5)
- 2020-11-10 17:39:46下载
- 积分:1
-
wind_power0
说明: 基于背靠背双PWM的永磁直驱风电系统模型,亲测可用。(Permanent magnet direct drive wind power system)
- 2019-10-16 09:05:14下载
- 积分:1