SI Convert to Models of CDT VI
- Updated2023-02-21
- 8 minute(s) read
SI Convert to Models of CDT VI
Owning Palette: System Identification VIs
Requires: Advanced Signal Processing Toolkit or Control Design and Simulation Module
Converts a model you created with the System Identification VIs into a transfer function, zero-pole-gain, or state-space model that you can use with the LabVIEW Control Design and Simulation Module. You must manually select the polymorphic instance to use.
SI Convert to Models of CDT (MIMO SS)

![]() |
realization type specifies the type of state-space realization to use.
|
||||||||||||
![]() |
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on. Use the Model Management VIs to retrieve the information system model contains.
|
||||||||||||
![]() |
measured only? specifies whether this VI regards the noise stimulus as an input of the resulting system model. If measured only? is TRUE, this VI ignores the disturbance e(t) in the conversion. If measured only? is FALSE, this VI treats e(t) as an input of the system model. The default is TRUE. | ||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||
![]() |
tolerance determines zero-pole cancellations. If the difference between the location of a pole and a zero is within the tolerance, this VI removes the zero-pole pair. You can visually inspect the location difference in the pole-zero plot. The default is 1E-12. | ||||||||||||
![]() |
state-space model returns the state-space representation of the system model.
| ||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
SI Convert to Models of CDT (MIMO TF)

![]() |
realization type specifies the type of state-space realization to use.
|
||||||||||
![]() |
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on. Use the Model Management VIs to retrieve the information system model contains.
|
||||||||||
![]() |
measured only? specifies whether this VI regards the noise stimulus as an input of the resulting system model. If measured only? is TRUE, this VI ignores the disturbance e(t) in the conversion. If measured only? is FALSE, this VI treats e(t) as an input of the system model. The default is TRUE. | ||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||
![]() |
tolerance determines zero-pole cancellations. If the difference between the location of a pole and a zero is within the tolerance, this VI removes the zero-pole pair. You can visually inspect the location difference in the pole-zero plot. The default is 1E-12. | ||||||||||
![]() |
transfer function model returns the transfer function representation of the system model.
| ||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
SI Convert to Models of CDT (MIMO ZPK)

![]() |
realization type specifies the type of state-space realization to use.
|
||||||||||||
![]() |
system model contains information about the model structure, nominal or estimated parameters, identification result, and so on. Use the Model Management VIs to retrieve the information system model contains.
|
||||||||||||
![]() |
measured only? specifies whether this VI regards the noise stimulus as an input of the resulting system model. If measured only? is TRUE, this VI ignores the disturbance e(t) in the conversion. If measured only? is FALSE, this VI treats e(t) as an input of the system model. The default is TRUE. | ||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||
![]() |
tolerance determines zero-pole cancellations. If the difference between the location of a pole and a zero is within the tolerance, this VI removes the zero-pole pair. You can visually inspect the location difference in the pole-zero plot. The default is 1E-12. | ||||||||||||
![]() |
zero-pole-gain model returns the zero-pole-gain representation(s) of the system model.
| ||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
SI Convert to Models of CDT Details
The models estimated by the System Identification VIs include e(t). You can specify whether to ignore e(t) in the conversion by setting the value of measured only?.
Example
Refer to the Model Conversion VI in the labview\examples\System Identification\Getting Started\General.llb for an example of using the SI Convert to Models of CDT VI.













