-
先进pid控制matlab仿真
说明: <先进pid控制matlab仿真>,这本书中的所有源代码.(<Advanced pid control matlab simulation>, this book all the source code.)
- 2006-02-06 11:19:11下载
- 积分: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
-
PV_System_MPPT_Grid
光伏并网的MATLAB模型,实现MPPT和光伏模型(MATLAB model of PV and net realized and photovoltaic MPPT model)
- 2015-07-18 11:41:26下载
- 积分:1
-
ICA_for_Multi_User_Detection_in_CDMA_system
Blind Source Seperation (BSS) now is a important technology. Independent Component Analysis (ICA) is the main technique of BSS. Suppose we mix many non-Gausse signal sources,ICA can seperate the mixed signal to orignal signals without any information.
This Matlab Code simulate the using ICA for Multi User Detection (MUD) in CDMA system. We demo the CDMA system with 30 Users, and use ICA seperate the signal of each user at Base Transmit Station (BTS) with the only 30 Users signal.
- 2010-05-24 20:46:11下载
- 积分:1
-
spline3
此程序是一种有效的插值算法,对离散数据插值所得结果精确度高且比较平滑。(This procedure is an effective interpolation algorithm, the discrete data of the interpolation results obtained are accurate and relatively smooth.)
- 2013-04-08 22:43:50下载
- 积分:1
-
JADE
ICA的经典算法JADE,非常值得下载,其中包含各种库函数以及主函数(JADE ICA s classical algorithm)
- 2014-12-09 15:38:12下载
- 积分:1
-
hilbert
hilbert变换的程序,输入一个时间序列,既可以得到希尔伯特变换之后的复信号,输出结果是复信号(hilbert transformation)
- 2013-05-15 11:09:02下载
- 积分:1
-
programs
it calculates the range of radar using radar range equation.
- 2014-01-18 22:54:32下载
- 积分:1
-
Filterdesign
matlab重要的学习资料 初学者的好帮手 程序代码非常重要(matlab important information for beginners to learn a good helper program code is very important)
- 2010-10-06 19:48:42下载
- 积分:1
-
alg_KSVD
The K-SVD algorithm written in Matlab
- 2010-12-04 17:56:02下载
- 积分:1