代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/217397/14966172
m sconvenc.m
function [sys, x0, str, ts] = sconvenc(t, x, u, flag, tran_func);
%SVITERBI SIMULINK file for convolution encoding.
% This file is designed to be used in a SIMULINK S-Function block.
%
www.eeworm.com/read/147096/12585152
m sconvenc.m
function [sys, x0, str, ts] = sconvenc(t, x, u, flag, tran_func);
%SVITERBI SIMULINK file for convolution encoding.
% This file is designed to be used in a SIMULINK S-Function block.
%
www.eeworm.com/read/334076/12642608
c sffistop.c
/*
* SIMULINK MEX S-function for fuzzy controllers
* J.-S. Roger Jang, 1994.
* Copyright (c) 1994-98 by The MathWorks, Inc.
* $Revision: $ $Date: $
*/
/*
* Syntax [sys, x0] = sffis(
www.eeworm.com/read/334076/12642616
c sffisold.c
/*
* SIMULINK MEX S-function for fuzzy controllers
* J.-S. Roger Jang, 1994.
* Copyright (c) 1994-98 by The MathWorks, Inc.
* $Revision: $ $Date: $
*/
/*
* Syntax [sys, x0] = sffis(
www.eeworm.com/read/334076/12642693
c sffis.c
/*
* sffis.c : SIMULINK MEX Level 2 S-function for fuzzy controllers
*
* Author : Murali Yeddanapudi, 13-Nov-1997
*
* Copyright (c) 1994-1997 by The MathWorks, Inc.
* All Rights Reserved
www.eeworm.com/read/101557/15826972
m sconvenc.m
function [sys, x0, str, ts] = sconvenc(t, x, u, flag, tran_func);
%SVITERBI SIMULINK file for convolution encoding.
% This file is designed to be used in a SIMULINK S-Function block.
%
www.eeworm.com/read/188344/8548104
m pid_autotuner.m
function [sys,x0,str,ts] = pid_autotuner(t,x,u,flag,Ts,As)
%PID_AUTOTUNER Supervisor of a PID autotuner (implemented as an S-function).
%
% The supervisor, rules out the autotuning process mainly
www.eeworm.com/read/374406/9407375
m adapt_lms.m
function adapt_lms(block)
% Level-2 M file S-Function for system identification using
% Least Mean Squares (LMS).
% Copyright 1990-2004 The MathWorks, Inc.
% $Revision: 1.1.6.3 $
setup(b
www.eeworm.com/read/166836/9995952
c temp.c
/*
* File : temp.c
* Abstract:
* An example C-file S-function for linking PID System,
* output = digital_pid(en, xn)
*
* See simulink/src/sfuntmpl_doc.c
*
* Copyright 1990-
www.eeworm.com/read/424063/10501286
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