代码搜索:S-function

找到约 1,813 项符合「S-function」的源代码

代码结果 1,813
www.eeworm.com/read/369048/9666485

m simlinq2.m

% SIMLINQ2.M (Model of Linear Quadratic Problem, s-function) % % This function implements the model of the Linear Quadratic Problem. % % Syntax: [sys, x0] = simlinq2(t, x, u, flag) % % Inp
www.eeworm.com/read/147096/12584799

m sfuncont.m

function [sys, x0] = sfuncont(t,x,u,flag) %SFUNCONT An example S-function for continuous systems. % This M-file is designed to be used as a template for other % S-functions. Right now it acts as a
www.eeworm.com/read/204026/15347345

tlc vid_prefilt_sfcn.tlc

%% File : vid_prefilt_sfcn.tlc %% Created: Fri Mar 14 14:40:08 2003 %% %% Description: %% Real-Time Workshop wrapper functions interface generated for %% S-function "vid_prefilt_sfcn.c". %
www.eeworm.com/read/204026/15347351

tlc vid_prewitt_sfcn.tlc

%% File : vid_prewitt_sfcn.tlc %% Created: Fri Mar 14 14:40:15 2003 %% %% Description: %% Real-Time Workshop wrapper functions interface generated for %% S-function "vid_prewitt_sfcn.c". %
www.eeworm.com/read/101557/15826814

m sfuncont.m

function [sys, x0] = sfuncont(t,x,u,flag) %SFUNCONT An example S-function for continuous systems. % This M-file is designed to be used as a template for other % S-functions. Right now it acts as a
www.eeworm.com/read/424063/10501238

m sfunpsd.m

function [sys, x0] = sfunpsd(t,x,u,flag,fftpts,npts,HowOften,offset,ts,averaging) %SFUNPSD an S-function which performs spectral analysis using ffts. % % This M-file is designed to be used
www.eeworm.com/read/246793/12704803

c cfileiosfun.c

/* Give S-function a name */ #define S_FUNCTION_NAME cfileiosfun #define S_FUNCTION_LEVEL 2 /* Include SimStruct definition and file I/O functions */ #include "simstruc.h" #include
www.eeworm.com/read/407365/11420255

m preprocess_exact.m

function [sys,x0,str,ts] = preprocess(t,x,u,flag) % Dispatch the flag. The switch function controls the calls to % S-function routines at each simulation stage. switch flag, case 0 [sy
www.eeworm.com/read/348290/11602629

m simlinq2.m

% SIMLINQ2.M (Modell of Linear Quadratic Problem, s-function) % % This function implements the modell of the Linear Quadratic Problem. % % Syntax: [sys, x0] = simlinq2(t, x, u, flag) % % Input p
www.eeworm.com/read/220155/14847880

m simlinq2.m

% SIMLINQ2.M (Modell of Linear Quadratic Problem, s-function) % % This function implements the modell of the Linear Quadratic Problem. % % Syntax: [sys, x0] = simlinq2(t, x, u, flag) % % Input p