rtf (Control Design and Simulation Module, MathScript Function)

LabView Control Design MathScript Functions

rtf (Control Design and Simulation Module, MathScript Function)

Member of the construct class.

Syntax

SysOutTF = rtf(i, j, k)

Description

Generates a continuous random system model in transfer function form.

Examples

Inputs

Name Description
i Specifies the order of the model. The default value is 2.
j Specifies the number of model outputs. The default value is 1.
k Specifies the number of model inputs. The default value is 1.

Outputs

Name Description
SysOutTF Returns a randomly generated continuous i-th-order system model in transfer function form. This model has j outputs and k inputs.

Examples

i = 1;j = 2;
SysOutTF = rtf(i, j);

Related Topics

rss
drss
tf
tfdata
drtf
rzpk
drzpk