Method ssm/d2d


  D2D performs actions on ao objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: D2D overloads MATLAB's ss/d2d function for LTPDA SSM objects.
  The function resamples a discrete-time SSM model
 
  CALL:        out = d2d(objs, pl)
 
 
  INPUTS:      pl      - a parameter list
               obj(s)  - input SSM object(s)
 
  OUTPUTS:     out - output SSM object(s)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
d2d
TS 0.10000000000000001 none Output timestep (s)
METHOD 'ZOH'
  • 'ZOH'
  • 'Bilinear'
Conversion method for discrete-to-continuous.
  • ZOH - Zero-order hold on the inputs
  • Bilinear - Bilinear approximation (Tustin method)
  • <\ul>
OPTIONS [] none Fine-control options to be passed to the ss/d2d method.Suitable options can be created with d2dOptions.

Example

plist('TS', [0.10000000000000001], 'METHOD', 'ZOH', 'OPTIONS', [[]])

back to top back to top

Some information of the method ssm/d2d are listed below:
Class name ssm
Method name d2d
Category Signal Processing
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team