-
codeandanswer
《MATLAB 7.X程序设计》-王建卫-源代码及习题答案(" MATLAB 7.X program design" - Wang Wei- the source code and answer exercises)
- 2009-03-19 16:05:13下载
- 积分:1
-
matlab
说明: P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩。。。(P0301: digital image matrix data display and its Fourier transform P0302: Two-dimensional discrete cosine transform image compression. . .)
- 2010-04-29 17:28:28下载
- 积分:1
-
NPU-Mathematical-Model
西工大 数学建模简明教程 课件 很有帮助对于学习数学建模的同学(NPU A Concise Guide to Mathematical Modeling Mathematical Modeling courseware helpful for students to learn)
- 2011-11-10 08:48:10下载
- 积分:1
-
matlab-TLD--code
TLD是英国Surrey大学的Zdenek Kalal发表在PAMI2012年七月刊的一篇文章,主要贡献在于将跟踪与检测结合在一起,实现了工程上可应用的实时跟踪程序(TLD is Zdenek Kalal at the University of Surrey, UK, published in the July issue of PAMI2012 in an article, the main contribution is the tracking and detection together to achieve real-time tracking program on the project can be applied)
- 2014-12-06 11:47:24下载
- 积分:1
-
self-service-and-obstacles
无人系统自助航路规划及自助避碰程序仿真算法发。(Unmanned systems and self-service buffet collision avoidance route planning program simulation algorithm hair.)
- 2013-12-21 17:20:46下载
- 积分:1
-
papersofmatlab
说明: matlab遗传算法实现论文,十分经典有用,对学习遗传算法编程很有帮助。(matlab genetic algorithm papers, very classic useful and helpful in learning genetic algorithm programming.)
- 2010-04-05 17:06:02下载
- 积分:1
-
MyAutoCorr
说明: 自相关函数求解代码,可以求取信号的自相关函数(Autocorrelation function to solve the code, you can strike a signal autocorrelation function)
- 2011-03-25 23:20:56下载
- 积分:1
-
drawmoxing
生物模型数值仿真,预测种群数量大小,模拟平衡态的稳定性(Numerical simulation of the biological model, to predict the size of the population, to simulate the stability of the equilibrium)
- 2013-04-15 16:04:03下载
- 积分: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
-
so-sanh-iri
CHANNEL INVERSION AND REGULAR CHANNEL INVERSION PRECODING IN Mu- mimo
- 2013-05-11 23:39:53下载
- 积分:1