Method ssm/d2c


  D2C performs actions on ao objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: D2C overloads MATLAB's ss/d2c function for LTPDA SSM objects.
  The function converts a discrete-time SSM model to a continuous-time model
 
 
  CALL:        out = d2c(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
d2c
METHOD 'ZOH'
  • 'ZOH'
  • 'Linear'
  • 'Bilinear'
  • 'matched'
Conversion method for discrete-to-continuous.
  • ZOH - Zero-order hold on the inputs
  • Linear - Linear interpolation of the inputs
  • Bilinear - Bilinear approximation (Tustin method)
  • matched - matched pole-zero method (for SISO systems only)
OPTIONS [] none Fine-control options to be passed to the ss/d2c method.Suitable options can be created with d2cOptions.

Example

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

back to top back to top

Some information of the method ssm/d2c are listed below:
Class name ssm
Method name d2c
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