LabVIEW Control Design and Simulation Module

SI Model Conversion VI

  • Updated2023-03-14
  • 3 minute(s) read

SI Model Conversion VI

Owning Palette: Model Conversion VIs

Requires: Advanced Signal Processing Toolkit or Control Design and Simulation Module

Converts a model into another type of model that you can use with the System Identification VIs.

Details  Example

realization type specifies the type of state-space realization to use.

0minimum (default)—Specifies that this VI uses a state-space realization after removing zero-pole cancellations and all states that do not affect the output of the system.
1full—Specifies that this VI uses a state-space realization without reducing any states.
system model in 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 in contains.
Note  You can use a customized system model probe to view model information that flows through system model wires when you debug a block diagram created with the System Identification VIs. Right-click a system model wire and select Custom Probe»SI System Model from the shortcut menu to use the system model probe.
model type specifies the type of model to which you want to convert system model in.

0State-Space (default)
1Transfer Function
2Zero-Pole-Gain
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.
system model out returns 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 out contains.
Note  You can use a customized system model probe to view model information that flows through system model wires when you debug a block diagram created with the System Identification VIs. Right-click a system model wire and select Custom Probe»SI System Model from the shortcut menu to use the system model probe.
error out contains error information. This output provides standard error out functionality.

SI Model Conversion Details

You can use this VI to convert an AR, ARX, ARMAX, output-error, Box-Jenkins, or general-linear model into a state-space, transfer function, or zero-pole-gain model; a state-space model into a transfer function or zero-pole-gain model; a transfer function model into a state-space or zero-pole-gain model; and a zero-pole-gain model into a transfer function or state-space model.

Example

Refer to the Model Conversion VI in the labview\examples\System Identification\Getting Started\General.llb for an example of using the SI Model Conversion VI.

Log in to get a better experience