damp (Control Design and Simulation Module, MathScript Function)

LabView Control Design MathScript Functions

damp (Control Design and Simulation Module, MathScript Function)

Member of the dynchar class.

Syntax

[dr, wn, p] = damp(SysIn)

Description

Returns the damping ratios and natural frequencies of the poles of a system model.

Examples

Inputs

Name Description
SysIn Specifies a linear time-invariant (LTI) model in transfer function, zero-pole-gain, or state-space form.

Outputs

Name Description
dr Returns the damping ratio of each pole of the SysIn model. The n-th element of this vector corresponds to the n-th element of the wn and p vectors. dr is a real vector.
wn Returns the natural frequency of each pole of the SysIn model. The n-th element of this vector corresponds to the n-th element of the dr and p vectors. wn is a real vector.
p Returns the poles of the SysIn model. The n-th element of this vector corresponds to the n-th element of the dr and wn vectors. p is a complex vector.

Examples

SysIn = tf([1], [1, 2, 1])[dr, wn, p] = damp(SysIn)

Related Topics

dsort
esort
pole
pzmap
zero