Continuous

SecondOrderSystem Block

Standard second-order transfer function: G(s) = ωₙ² / (s² + 2ζωₙs + ωₙ²). Models damped oscillatory systems.

Open SecondOrderSystem in BlockWerk →

# SecondOrderSystem Block

Description

Standard second-order system transfer function:

G(s) = ωₙ² / (s² + 2ζωₙs + ωₙ²)

This block models damped oscillatory systems commonly found in mechanical vibrations, electrical circuits, and control systems. The natural frequency and damping ratio provide intuitive tuning parameters.

Mathematical Model

The second-order system describes a linear time-invariant (LTI) system with characteristic equation:

s² + 2ζωₙs + ωₙ² = 0

Poles:

Parameters

naturalFrequency

Natural frequency in rad/s. Determines the undamped natural frequency of the system.

dampingRatio

Damping ratio that determines the nature of the system response.

Behavior by damping ratio:

Remarks

See Also