LTPDA Toolbox™ | contents | ![]() ![]() |
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 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
d2c | |||
METHOD | 'ZOH' |
|
Conversion method for discrete-to-continuous.
|
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', [[]]) |
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'} |
![]() |
Method: ssm/c2d | Method: ssm/d2d | ![]() |
©LTP Team