-
blackjack
matlab,关于扑克牌识别的matlab程序,很不错(matlab, on identification cards matlab procedures, very good)
- 2008-12-11 14:44:09下载
- 积分: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
-
quaternion2euler
Quaternion to euler angles conversion
- 2012-04-05 21:36:37下载
- 积分:1
-
Haarfeature
To calculate the Image feature using wavelets
- 2013-02-09 12:32:28下载
- 积分:1
-
matlab4
文档中介绍了matlab符号数学的知识,并且有实例帮助理解。(Document describes the matlab symbolic math knowledge, and there are examples to help understand.)
- 2010-01-12 17:22:49下载
- 积分:1
-
OFDMmod
ofdm 调制解调算法的matlab源代码(OFDM modulation and demodulation)
- 2010-02-07 10:51:16下载
- 积分:1
-
analysis_limited
It is the .m file of the implement analysis of the following paper "Z. Zhang and Y. Yang, Performance Modeling of Bufferless
WDM Packet Switching Networks With Limited-Range Wavelength Conversion. IEEE, TRANSACTIONS ON COMMUNICA-
TIONS, 54(8), August, (2006)."
- 2013-01-25 19:23:23下载
- 积分:1
-
power_twelvepulses
电力电子控制系统中使用的12脉波产生仿真模型(power twelvepulses)
- 2013-10-16 23:18:20下载
- 积分:1
-
zuoye
wav格式信号频谱分析,在matlab开发环境下可以很好的应用(wav format, the signal spectrum analysis, in the matlab development environment may be a good application of)
- 2009-10-07 15:09:37下载
- 积分:1
-
FDTD-programming-based-on-MATLAB
说明: 介绍了时域有限差分(FDTD) 法的基本原理, 推导了二维TM 模Yee 算法的FDFD 表达式, 并结合算例阐述了基于MA TLAB 编程的基本方法。(The basic p rincip le of FDTD w as introduced and the 22D TM mode FDTD arithmetic expression was derived. The p rogramm ing method based onMA TLAB w as illustrated w ith examp le.)
- 2011-03-20 09:08:19下载
- 积分:1