-
ex2
it is a code for image processing in matlab
- 2011-07-05 13:42:26下载
- 积分:1
-
iterative_solver
N层多米诺介质的透射率和反射率随介质厚度变化的matlab程序仿真。(N-tier transmission media Domino and reflection with the media thickness of the matlab program simulation.)
- 2011-09-08 20:43:56下载
- 积分:1
-
poledemo
这个是一个倒立摆的控制设计程序,用
c写的可执行文件(This is an inverted pendulum control design procedure)
- 2011-10-20 09:47:57下载
- 积分:1
-
Compound_Poisson_BenchASAA
benchmarks several versions of code for generating Compound Poisson random variables
- 2010-11-11 08:53:53下载
- 积分:1
-
0thoisbebsb0
matlab file <<< just see it
- 2009-12-26 23:38:41下载
- 积分:1
-
MIMOChannelCapacity
一个瑞利衰落信道容量的测试模型,包括两个m文件和一个说明文档。(A Rayleigh fading channel capacity of the test model, including a description of two m files and documents.)
- 2010-05-26 18:31:19下载
- 积分:1
-
PV_MPPT414_INC_2
采用电导增量法的光伏系统最大功率点跟踪matlab/simulink仿真,可正确运行,可自行修改光照强度和环境温度(Incremental conductance method using the maximum power point tracking photovoltaic systems matlab/simulink simulation can be run correctly, you can modify the light intensity and ambient temperature)
- 2013-09-21 10:06:34下载
- 积分:1
-
weiyi
分岔图程序,有关位移方面的,很实用,可下载参考。(The bifurcation diagram of procedure, the displacement of aspects, very practical, you can download the reference.)
- 2021-03-20 15:29:18下载
- 积分: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
-
hw1
Calculate entropy input text file count all 256 ascii characters
- 2015-02-25 05:53:07下载
- 积分:1