代码搜索:S-function

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

代码结果 1,813
www.eeworm.com/read/223759/14618296

m sfun.m

function [sys,x0,str,ts] = sfuntmpl(t,x,u,flag,isonet) %SFUNTMPL General M-file S-function template % With M-file S-functions, you can define you own ordinary differential % equations (ODEs), d
www.eeworm.com/read/217397/14966135

m arraymin.m

function [sys, x0, str, ts] = arraymin(t,x,u,flag) %ARRAYMIN outputs the index of the minimum input. % This M-file is designed to be used in a SIMULINK S-function block. % This function will de
www.eeworm.com/read/217397/14966225

c simde2bi.c

/* * Wes Wang 6/14/94 * Copyright (c) 1994-96 The MathWorks, Inc. * All Rights Reserved * $Revision: 1.1 $ $Date: 1996/04/01 19:04:30 $ */ #include "simstruc.h" /* specify the name of t
www.eeworm.com/read/217397/14966276

m arraymax.m

function [sys, x0, str, ts] = arraymax(t,x,u,flag) %ARRAYmax outputs the index of the maximum input. % This M-file is designed to be used in a SIMULINK S-function block. % This function
www.eeworm.com/read/475788/6778385

m pulse.m

function [sys,x0,str,ts] = swtable(t,x,u,flag) %SFUNTMPL General M-file S-function template % With M-file S-functions, you can define you own ordinary differential % equations (ODEs), discrete
www.eeworm.com/read/474652/6804420

m sfuntmpl1.m

function [sys,x0,str,ts] = sfuntmpl(t,x,u,flag) %SFUNTMPL General M-file S-function template % With M-file S-functions, you can define you own ordinary differential % equations (ODEs), discrete
www.eeworm.com/read/147861/12513739

m sigplot2win_s.m

function [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams) %SIGPLOT2WIN_S S-function for plotting radar signals. % %-------- %Synopsis: % [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams
www.eeworm.com/read/147861/12513741

m defant_s2.m

function [sys,x0,str,ts] = defant_s2(t,x,u,flag,whereElement,restParam) %DEFANT_S2 S-function for antenna definition. % %-------- %Synopsis: % [sys,x0,str,ts] = pantpat3_s(t,x,u,flag,restParam) % %
www.eeworm.com/read/147861/12513783

m defant_s.m

function [sys,x0,str,ts] = defant_s(t,x,u,flag, restParam) %DEFANT_S S-function for antenna definition. % %-------- %Synopsis: % [sys,x0,str,ts] = pantpat3_s(t,x,u,flag,restParam) % %Description: %
www.eeworm.com/read/147861/12513786

m basecorrm_s.m

function [sys,x0,str,ts] = basecorrm_s(t,x,u,flag) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional parameters, P1,...,Pn