代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/424719/10423563
c sfun_eso.c
/*
* sfuntmpl_basic.c: Basic 'C' template for a level 2 S-function.
*
* -------------------------------------------------------------------------
* | See matlabroot/simulink/src/sfuntmpl_d
www.eeworm.com/read/424719/10424161
c sfun_ctr.c
/*
* sfuntmpl_basic.c: Basic 'C' template for a level 2 S-function.
*
* -------------------------------------------------------------------------
* | See matlabroot/simulink/src/sfuntmpl_d
www.eeworm.com/read/424063/10500970
m gcb.m
function curblock=gcb(sys)
%GCB Get current block.
% B = GCB returns the name to the current block in a SIMULINK
% model. The current block is the most recent block within the
% current system th
www.eeworm.com/read/424063/10501194
m contents.m
% SIMULINK block library.
% Version 1.3c 15-August-94
%
% Block libraries.
% simulink - Open main block library.
% blocklib - Open block library of most frequently used blocks.
%
% Ex
www.eeworm.com/read/421977/10671575
c sfun_han.c
/*
* sfuntmpl_basic.c: Basic 'C' template for a level 2 S-function.
*
* -------------------------------------------------------------------------
* | See matlabroot/simulink/src/sfuntmpl_d
www.eeworm.com/read/421977/10671612
c sfun_eso.c
/*
* sfuntmpl_basic.c: Basic 'C' template for a level 2 S-function.
*
* -------------------------------------------------------------------------
* | See matlabroot/simulink/src/sfuntmpl_d
www.eeworm.com/read/421977/10672431
c sfun_ctr.c
/*
* sfuntmpl_basic.c: Basic 'C' template for a level 2 S-function.
*
* -------------------------------------------------------------------------
* | See matlabroot/simulink/src/sfuntmpl_d
www.eeworm.com/read/159144/10691894
m mssfuninterleaver.m
function [sys,x0,str,ts] = MSSFUNInterleaver(t,x,u,flag,interleaver_size)
%SFUNTMPL General M-file S-function template
% With M-file S-functions, you can define you own ordinary differential
%
www.eeworm.com/read/420106/10816605
m doaspc1_s.m
function [sys,x0,str,ts] = doaspc1_s(t,x,u,flag,method,restParam)
%DOASPC1_S S-function for spectral DOA estimation.
%
%--------
%Synopsis:
% [sys,x0,str,ts] = pulfilt_s(t,x,u,flag,{noOutChan,taper
www.eeworm.com/read/420106/10816654
m mdl_s.m
function [sys,x0,str,ts] = mdl_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 be