代码搜索:S-function
找到约 1,813 项符合「S-function」的源代码
代码结果 1,813
www.eeworm.com/read/325882/13177796
mdl chap10_7sim.mdl
Model {
Name "chap10_7sim"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataT
www.eeworm.com/read/325030/13229605
m mixedm.m
function [sys,x0,str,ts] = mixedm(t,x,u,flag)
% MIXEDM An example integrator followed
% by unit delay M-file S-function
% Example M-file S-function implementing
% a hybrid system consisting
%
www.eeworm.com/read/325030/13229617
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% DSFUNC An example M-file S-function for defining
% a discrete system.
% Example M-file S-function implementing discrete equations:
% x(n+1)
www.eeworm.com/read/136681/13366850
m mixedm.m
function [sys,x0,str,ts] = mixedm(t,x,u,flag)
% MIXEDM An example integrator followed
% by unit delay M-file S-function
% Example M-file S-function implementing
% a hybrid system consisting
%
www.eeworm.com/read/136681/13366871
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% DSFUNC An example M-file S-function for defining
% a discrete system.
% Example M-file S-function implementing discrete equations:
% x(n+1)
www.eeworm.com/read/322413/13380554
mdl sim.mdl
Model {
Name "chap10_3sim"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataT
www.eeworm.com/read/320820/13417641
mdl chap8_4sim.mdl
Model {
Name "chap8_4sim"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTy
www.eeworm.com/read/320820/13417684
mdl chap5_4sim.mdl
Model {
Name "chap5_4sim"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTy
www.eeworm.com/read/319404/13452606
m dsfunc.m
function [sys,x0,str,ts] = dsfunc(t,x,u,flag)
% 定义一个离散系统的S-function
% x(n+1) = Ax(n) + Bu(n)
% y(n) = Cx(n) + Du(n)
A=[-1.3839, -0.5097; 1.0000, 0];
B=[-2.5559, 0; 0, 4.2382];
C=[0,
www.eeworm.com/read/318125/13487801
mdl times10.mdl
Library {
Name "times10"
Version 4.00
LibraryLinkDisplay "none"
CovSaveName "covdata"
CovMetricSettings "dw"
CovNameIncrementing off
CovHtmlReporting on
Block