-
approximation
说明: 这是一个关于函数逼近的matlab程序,程序设计简单易懂,在稍微复杂的地方注有说明(This is a matlab program on the function approximation, the program design is simple and easy to understand, in the slightly more complex note has made it clear where)
- 2010-03-24 10:51:23下载
- 积分:1
-
pablo
国外使用面元法计算翼型升力的matlab程序包(matlab program using panel method to solve the lift of the foil)
- 2021-03-02 11:59:33下载
- 积分:1
-
PSDL
jaringan saraf tiruan
- 2011-12-21 00:46:19下载
- 积分:1
-
cpml
cpml thechnique for finite difference time domain
- 2012-01-30 16:59:04下载
- 积分:1
-
Design-and-Implementation-of-protocols-related-to
Design and Implementation of protocols related to
Radio Network Layer over eNB in 3GPP LTE System
- 2014-10-28 20:05:34下载
- 积分: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
-
he
说明: Matlab仿真跳频通信的程序 有4个文件(Matlab simulation of frequency hopping communication procedures with 4 files)
- 2010-08-13 18:36:52下载
- 积分:1
-
Recognitionmage
车牌识别图片,是利用图像复原的效果图。图像复原的效果图(License Plate Recognition pictures, the effect of the use of image restoration plan. The effect of image restoration plan)
- 2010-05-26 19:59:59下载
- 积分:1
-
MobileRadioChannelsModelinginMATLAB
说明: matlab中的移动无线信道模型,包括仿真源代码,(matlab mobile radio channel model, including simulation source code,)
- 2008-11-29 23:47:30下载
- 积分:1
-
malabtwork
说明: 移动通信系统 信道,接收机等的MATLAB源代码,较详细(mobile communications MATLAB demo)
- 2009-07-24 20:29:40下载
- 积分:1