LabVIEW Control Design and Simulation Module

CD Convert to Transfer Function Model VI

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

CD Convert to Transfer Function Model VI

Owning Palette: Model Conversion VIs

Requires: Control Design and Simulation Module

Converts a system model to transfer function form. Wire data to the State-Space Model input to determine the polymorphic instance to use or manually select the instance.

Details  

CD Convert State-Space to Transfer Function Model

State-Space Model contains a mathematical representation of and information about a system this VI converts into an equivalent transfer function form.
Realization Type specifies the type of state-space realization to use.

0minimum (default)—Gives a state-space realization after removing zero-pole cancellations and all states that do not affect the output of the system
1full—Provides a state-space realization without reducing any states
Tolerance is the maximum distance for zero-pole pair cancellation when this VI requests minimum realization. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Transfer Function Model returns the transfer function representation of the input system model. The properties are the same as that of the input model. To access and modify the data in the model, use the Model Information VIs.
error out contains error information. This output provides standard error out functionality.

CD Convert Zero-Pole-Gain to Transfer Function Model

Zero-Pole-Gain Model contains a mathematical representation of and information about a system this VI converts into an equivalent transfer function form.
Realization Type specifies the type of state-space realization to use.

0minimum (default)—Gives a state-space realization after removing zero-pole cancellations and all states that do not affect the output of the system
1full—Provides a state-space realization without reducing any states
Tolerance is the maximum distance for zero-pole pair cancellation when this VI requests minimum realization. The default is 0.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Transfer Function Model returns the transfer function representation of the input system model. The properties are the same as that of the input model. To access and modify the data in the model, use the Model Information VIs.
error out contains error information. This output provides standard error out functionality.

CD Convert to Transfer Function Model Details

This VI supports delays. This VI transfers the delay information from the input model to the resulting model. Refer to the LabVIEW Control Design User Manual for more information about delays.

Log in to get a better experience