-
ReynoldsPressureDistfdm
reynolds pressure distribution matlab codes
- 2010-06-04 20:09:50下载
- 积分:1
-
OFDMcode
用ofdm方法产生超宽带uwb信号,并绘出信号图形。(Methods using ultra-wideband OFDM UWB signal and the signal mapped graphics.)
- 2008-05-30 22:55:32下载
- 积分:1
-
no_channelcode_QAM_gausschannel
说明: 数据经过多进制QAM调制下,通过高斯信道的误码率比较(the rand data are modulated by MQAM ,then pass the gausschannel ,get the compared result of ber.)
- 2009-08-04 13:03:26下载
- 积分:1
-
calibration_Tsai
摄像机标定程序:用matlab语言编写,主程序为 Tsai,参考 TestData 以了解调用方法(camera calibration procedures : using Matlab language, the main program for Tsai, TestData reference to understand call methods)
- 2006-09-27 10:12:40下载
- 积分:1
-
RF_circuit_design-theory_and_application_of_the_an
射频电路设计--理论与应用答案+程序.rar(RF_circuit_design- theory and_application_of_the_answer+program. rar)
- 2010-07-07 15:09:39下载
- 积分:1
-
frame_difference
This code calculates frame difference to detect moving object in video
- 2009-11-04 12:15:45下载
- 积分:1
-
daima
说明: 提供了人工鱼群算法和RBF神经网络代码,有需要的朋友可以下载参考(AFSA offers and RBF neural network code, a friend in need can be downloaded for reference)
- 2020-11-10 08:59:45下载
- 积分: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
-
new2015work1-LMI
一个关于线性矩阵不等式LMI的算法,简要介绍如何编程和求解的。(an algorithm about the linear matrix inequalities.)
- 2016-05-30 10:20:12下载
- 积分:1
-
szjf
matlab数值积分程序,里面包括了常用的matlab数值积分的程序,包括手写的和matlab自还的函数。(matlab numerical integration procedures, which include commonly used matlab numerical integration procedures, including hand-written and self is also a function of matlab.)
- 2010-01-10 21:19:48下载
- 积分:1