rzpk (Control Design and Simulation Module, MathScript Function)

LabView Control Design MathScript Functions

rzpk (Control Design and Simulation Module, MathScript Function)

Member of the construct class.

Syntax

SysOutZPK = rzpk(i, j, k)

Description

Generates a continuous random system model in zero-pole-gain (ZPK) 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
SysOutZPK Returns a randomly generated continuous i-th-order system model in ZPK form. This model has j outputs and k inputs.

Examples

i = 1;j = 2;
SysOutZPK = rzpk(i , j);

Related Topics

drzpk
zpk
zpkdata
rss
drss
rtf