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:

H(s) = \frac{\omega_n^2}{s^2 + 2\zeta\omega_n s + \omega_n^2}

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:

gain

Type: number (Default: 1)

Gain (K) parameter description placeholder.

frequencyUnit

Type: select (Default: "rad/s")

Frequency Unit parameter description placeholder.

parameterMode

Type: select (Default: "dampingRatio")

Damping Parameter parameter description placeholder.

qFactor

Type: number (Default: 0.707)

Q-Factor parameter description placeholder.

initialCondition

Type: vector (Default: "0,0")

Initial Condition [y, dy] parameter description placeholder.

Remarks

Examples

See Also