LabVIEW Control Design and Simulation Module

randzpk (MathScript RT Module Function)

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

randzpk (MathScript RT Module Function)

Owning Class: construct

Requires: Control Design and Simulation Module and MathScript RT Module

Syntax

SysOutZPK = randzpk(i, j, k)

Legacy Name: rzpk

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.

Details

The following table lists the support characteristics of this function.

Supported in the LabVIEW Run-Time Engine Yes
Supported on RT targets Yes
Suitable for bounded execution times on RT Not characterized

Examples

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

Related Topics

drandzpk
zpk
zpkinfo
randss
drandss
randtf