National Instruments 370760B-01 Calculator User Manual


 
sdtrsp 339
sdtrsp
Syntax
[v,y,u] = sdtrsp(Sys,dSys,w,tfinal,...
{ord,intstep,cdelay})
Parameter List
Inputs: Sys Continuous dynamic system. This is the upper system in
the LFT. The initial states are used in the simulation.
dSys Digital dynamic system. Lower system in the LFT. The
initial states are used in the simulation.
w PDM. Input signal.
tfinal Final time in the simulation (optional). Default = max
timespeciedinw.
Keywords: ord Scalar valued. Specifies order of interpolation for continu-
ous signals in the system. Options are 0 or 1. Default =
0.
intstep Scalar valued. Integration step size. If not supplied a
default will be calculated based on the system eigenvalues.
It will be rounded to make it divide into the discrete system
sample time by an integer value of at least 2.
cdelay Scalar value. Delay implemented at the output to dSys.
(in sec.) Optional, default = 0. It must be less than the
digital system sample time.
Outputs: v Signal from upper system in the LFT.
y Signal into lower system in the LFT.
u Signal out of the lower system in the LFT.