代码搜索:s-function

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

代码结果 1,813
www.eeworm.com/read/147861/12513796

m setcal1_s.m

function [sys,x0,str,ts] = setcal1_s(t,x,u,flag,restParam) % % 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
www.eeworm.com/read/147861/12513804

m expsig1_s.m

function [sys,x0,str,ts] = expsig1_s(t,x,u,flag,restParam) % % 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
www.eeworm.com/read/147861/12513814

m getmod_s.m

function [sys,x0,str,ts] = getmod_s(t,x,u,flag,method,restParam) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional paramete
www.eeworm.com/read/147861/12513854

m pulscomp_s.m

function [sys,x0,str,ts] = pulscomp_s(t,x,u,flag,restParam) % % The general form of an M-File S-function syntax is: % [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn) % % Optional parameters, P
www.eeworm.com/read/147861/12513866

m simradarsig_s.m

function [sys,x0,str,ts] = simradarsig_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,...,P
www.eeworm.com/read/147861/12513880

m ecorrm_s.m

function [sys,x0,str,ts] = ecorrm_s(t,x,u,flag,restParam) % % 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,
www.eeworm.com/read/147861/12513884

m spafilt_s.m

function [sys,x0,str,ts] = spafilt_s(t,x,u,flag,method,restParam) %SPAFILT_S S-function for beamforming. % %-------- %Synopsis: % [sys,x0,str,ts] = [sys,x0,str,ts] = spafilt_s(t,x,u,flag,method,rest
www.eeworm.com/read/147861/12513895

m addsig_s.m

function [sys,x0,str,ts] = addsig_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 can
www.eeworm.com/read/147861/12513903

m defsources_s.m

function [sys,x0,str,ts] = defsources_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
www.eeworm.com/read/147096/12584815

m sb2sldat.m

%SB2SLDAT is a script file that includes some constant matrices and vectors. % This script is called by SB2SLMNG and READSB. % Copyright (c) 1990-93 by The MathWorks, Inc. % $Revision: 1.15 $ $D