Method ssm/c2d


  C2D performs actions on ao objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: C2D overloads MATLAB's ss/c2d function for LTPDA SSM objects.
  The function converts a continuous-time SSM model to a discrete-time model
 
 
  CALL:        out = c2d(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
c2d
TS 0.10000000000000001 none Output timestep (s)
METHOD 'ZOH'
  • 'ZOH'
  • 'FOH'
  • 'Impulse'
  • 'Bilinear'
  • 'matched'
Conversion method for discrete-to-continuous.
  • ZOH - Zero-order hold on the inputs
  • FOH - First-order hold of the inputs
  • Impulse - Impulse invariant discretization.
  • 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/c2d method.Suitable options can be created with c2dOptions.

Example

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

back to top back to top

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