-
wjzzrd_1
MATLAB小程序,实现模糊仿人只能的仿真,和PID进行了对比(MATLAB applet, fuzzy imitation only simulation, and PID were compared)
- 2012-03-25 10:42:07下载
- 积分: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
-
A1_2
mathews数值分析书的例题程序,用matlab编写,可以对照课本学习。(mathews numerical analysis book example program using matlab, you can control textbook learning.)
- 2011-10-20 10:15:01下载
- 积分:1
-
FACE-DETECTIONAND-RECOGNITION
FACE RECOGNITON AND FACE DETECTION
- 2012-01-06 16:44:40下载
- 积分:1
-
2014CUMCM_B
2014年全国大学生数学建模竞赛B题(思路分析及matlab程序打包)。可供后期参赛训练使用。(2014 National Mathematical Contest in Modeling B and that (thinking and analysis matlab packaged). Late entries for training use.)
- 2020-11-30 15:09:27下载
- 积分:1
-
shapley
用于解决合作对策问题模型matlab程序(Cooperative Strategy for solving the problem of model matlab program)
- 2021-01-04 11:18:55下载
- 积分:1
-
SVPWMthreeleve
用MATLAB/Sinulink 搭建的SVPWM空间矢量控制程序(MATLAB/Sinulink structures of SVPWM space vector control program)
- 2012-11-18 19:04:09下载
- 积分:1
-
AFSA寻优
说明: 对人工鱼群算法的matlab编程,二元函数优化,。。。。(Function optimization)
- 2019-11-13 10:38:17下载
- 积分:1
-
FFT
FFT加窗分析,计算幅值,相位,可以自己定义信号,加窗后相位差以及插值法(FFT window analysis)
- 2016-05-10 21:43:01下载
- 积分:1
-
IS95_forward_link_system
说明: 此函数用于IS-95前向链路系统的仿真,包括扩
频调制,匹配滤波,RAKE接收等相关通信模块。
仿真环境: 加性高斯白噪声信道.
数据速率 = 9600 KBps
(This function is used for IS-95 forward link system simulation, including the spread spectrum modulation, matched filter, RAKE receiver and other related communication module. Simulation environment: additive white Gaussian noise channel. Data rate = 9600 KBps)
- 2010-04-07 19:50:24下载
- 积分:1