代码搜索:S-function

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

代码结果 1,813
www.eeworm.com/read/251851/12314864

c scsb_sfun.c

/* File: scsb_sfun.c * Abstract: * C-MEX S-function for the Switched Continuous System Block (SCSB) * in the CheckMate library. To compile the S-function, type "mex * scsb_sfun.c" in the MAT
www.eeworm.com/read/251851/12314869

c~ scsb_sfun.c~

/* File: scsb_sfun.c * Abstract: * C-MEX S-function for the Switched Continuous System Block (SCSB) * in the CheckMate library. To compile the S-function, type "mex * scsb_sfun.c" in the MAT
www.eeworm.com/read/424063/10500297

m rlsests.m

function [sys, x0, str, ts] = rlsests(t,x,u,flag,nstates,lambda,dt) %RLSESTS S-Function to perform system identification. % % This M-file is designed to be used in a SIMULINK S-function blo
www.eeworm.com/read/147096/12584278

m rlsests.m

function [sys, x0, str, ts] = rlsests(t,x,u,flag,nstates,lambda,dt) %RLSESTS S-Function to perform system identification. % % This M-file is designed to be used in a SIMULINK S-function blo
www.eeworm.com/read/101557/15826618

m rlsests.m

function [sys, x0, str, ts] = rlsests(t,x,u,flag,nstates,lambda,dt) %RLSESTS S-Function to perform system identification. % % This M-file is designed to be used in a SIMULINK S-function blo
www.eeworm.com/read/188344/8548098

m envgui.m

function [sys,x0,str,ts] = envgui(t,x,u,flag,NoiseBlock,LoadDistBlock) %ENVGUI S-function for making a simple PID GUI. % % When the model autotunerPID.mdl is run, this S-function create a panel
www.eeworm.com/read/420872/10770026

m envgui.m

function [sys,x0,str,ts] = envgui(t,x,u,flag,NoiseBlock,LoadDistBlock) %ENVGUI S-function for making a simple PID GUI. % % When the model autotunerPID.mdl is run, this S-function create a panel
www.eeworm.com/read/188344/8547953

m autogui.m

function [sys,x0,str,ts] = autogui(t,x,u,flag,RefBlock) %AUTOGUI S-function for making a simple PID GUI. % % When the model autotunerPID.mdl is run, this S-function create a panel % which clos
www.eeworm.com/read/424063/10501394

m multlinr.m

function [sys,x0] = multlinr(t,x,u,flag,input,inpidx,table) %MULTLINR is a multi-dimensional lookup table in S-function form. % This M-file is designed to be used in a SIMULINK S-function % block.
www.eeworm.com/read/424063/10501911

m simrsdbv.m

function [sys, x0, str, ts] = simbchdc(t, x, u, flag, n, k, tp, dim); %SIMBCHDC SIMULINK S-function for BCH decode. % The m-dile is designed to be used in a SIMULINK S-Function block. %