Location:
Search - s_function
Search list
Description: 关于simulink中s函数的简介,比较有用,可以看一下。-About simulink in the s function profile, more useful, you can look at.
Platform: |
Size: 91136 |
Author: 选会 |
Hits:
Description: 在simulink下封装的单高斯模型的s_function.用于模型模块的搭建-Under the package, the simulink model of a single Gaussian s_function. For the model to build the module
Platform: |
Size: 2048 |
Author: heshan |
Hits:
Description: 本课件主要讲述MMatlab Simulink中S函数(Function)的写法,其中包含非常实用的S-函数介绍(为什么要引入S-Function?)、S-函数的分类、使用(实例演习)等-The courseware in the main about MMatlab Simulink S function (Function) is written, which contains the S-function is very useful Introduction (why the introduction of S-Function?), S-function category, the use of (example exercises), etc.
Platform: |
Size: 91136 |
Author: zmeng |
Hits:
Description: S_函数使用及应用举例,本书详细的介绍了关于matlab中simulink仿真的基础知识-simulink S-function example
Platform: |
Size: 27648 |
Author: Wenwen Shen |
Hits:
Description: 这个是学习S变换的比较不错的PPT,是基于MATLAB中SIMULINK的程序介绍以及使用方法-This study S-transform good PPT is based on SIMULINK program introduced in MATLAB and use
Platform: |
Size: 93184 |
Author: chenjun |
Hits:
Description: 两关节机械臂的独立PD控制,控制算法和机械臂模型均采用s_function函数编写。-Two independent joint manipulator PD control, control the preparation of the algorithm and manipulator model are used s_function function.
Platform: |
Size: 4096 |
Author: 林青 |
Hits:
Description: 用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
Platform: |
Size: 27648 |
Author: 吴丽 |
Hits:
Description: 通过具体的例子详细介绍了如何用C语言实现matlab S-function的编写以及调用,此外还介绍了通过s-function模板创建dll。-Through specific examples described in detail how to use C language matlab S-function written and called, also describes how to create dll via s-function template.
Platform: |
Size: 331776 |
Author: 贵有恒 |
Hits:
Description: 两关节机械臂的独立PD控制,控制算法和机械臂模型均采用s_function函数编写-PD control two independent joint manipulator, manipulator control algorithms and models are used to write functions s_function
Platform: |
Size: 15360 |
Author: yunnyc |
Hits:
Description: 基于PI控制电流滞环的无刷直流电机simulink仿真,其中用s_function实现给定电流和电动势-Based on the PI control current hysteresis loop brushless DC motor Simulink simulation, which uses s_function to achieve a given current and electric potential
Platform: |
Size: 31744 |
Author: 袁子聪 |
Hits:
Description: matlab_simulink学习资料,s_function,编程(Matlab_simulink learning materials, s_function, programming)
Platform: |
Size: 78814208 |
Author: chennuo531
|
Hits: