代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/302615/13831240
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% DSFUNC An example M-file S-function for defining
% a discrete system.
% Example M-file S-function implementing discrete equations:
% x(n+1)
www.eeworm.com/read/490407/6455926
m mixedm.m
function [sys,x0,str,ts] = mixedm(t,x,u,flag)
% MIXEDM An example integrator followed
% by unit delay M-file S-function
% Example M-file S-function implementing
% a hybrid system consisting
%
www.eeworm.com/read/490407/6455932
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% DSFUNC An example M-file S-function for defining
% a discrete system.
% Example M-file S-function implementing discrete equations:
% x(n+1)
www.eeworm.com/read/488257/6500168
m mixedm.m
function [sys,x0,str,ts] = mixedm(t,x,u,flag)
% MIXEDM An example integrator followed
% by unit delay M-file S-function
% Example M-file S-function implementing
% a hybrid system consisting
%
www.eeworm.com/read/488257/6500174
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% DSFUNC An example M-file S-function for defining
% a discrete system.
% Example M-file S-function implementing discrete equations:
% x(n+1)
www.eeworm.com/read/487268/6517468
m mixedm.m
function [sys,x0,str,ts] = mixedm(t,x,u,flag)
% MIXEDM An example integrator followed
% by unit delay M-file S-function
% Example M-file S-function implementing
% a hybrid system consisting
%
www.eeworm.com/read/487268/6517474
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% DSFUNC An example M-file S-function for defining
% a discrete system.
% Example M-file S-function implementing discrete equations:
% x(n+1)
www.eeworm.com/read/485724/6544986
txt s-function.txt
以下是我在DSP2812PCI运动控制卡中用的Simulink仿真读写硬件的S-function动态链接库源程序:
/*
* File : F2812_EVA.c
* Abstract:
* An example C-file S-function for write cmpr to DSP2812,
* Date : 2007.12.02
*
* Real-Tim
www.eeworm.com/read/477308/6741510
m delay.m
function [sys,x0,str,ts] = delay(t,x,u,flag)
%SFUNDSC2 Example unit delay M-File S-function
% The M-file S-function is an exaple of how to implement a unit
% delay.
%
% See sfuntmpl.m fo