Continuous

LeadLag Block

Lead-lag compensator: G(s) = (τ₁s + 1) / (τ₂s + 1). Used for phase compensation in control systems.

Open LeadLag in BlockWerk →

# LeadLag Block

Description

Lead-lag compensator with transfer function G(s) = (τ₁s + 1) / (τ₂s + 1). When τ₁ > τ₂ it acts as a lead compensator (phase advance), when τ₁ < τ₂ it acts as a lag compensator (phase delay).

Mathematical Model

G(s) = (τ₁·s + 1) / (τ₂·s + 1)

| Condition | Behaviour | Application | | --------- | ----------------------------- | -------------------------- | | τ₁ > τ₂ | Lead: phase advance, +90° max | Improve stability margin | | τ₁ < τ₂ | Lag: phase delay, -90° max | Reduce high-frequency gain | | τ₁ = τ₂ | Unity: G(s) = 1 | No effect |

Parameters

leadTime (τ₁)

Lead time constant (seconds). Set to 0 for a pure lag filter.

lagTime (τ₂)

Lag time constant (seconds). Must be > 0.

Remarks

See Also