Analysis

NyquistPlot Block

Visualizes the complex plane frequency response (Real vs Imaginary).

Open NyquistPlot in BlockWerk →

Description

The Nyquist Plot block visualizes the frequency response of a system as a polar plot in the complex plane. It plots the real part of the frequency response on the horizontal axis and the imaginary part on the vertical axis.

The Nyquist plot is a powerful tool for analyzing closed-loop stability using the open-loop frequency response. It captures both magnitude and phase information in a single, intuitive trajectory.

Parameters

Title (title)

Heading shown above the plot area.

Show Unit Circle (showUnitCircle)

Toggle visibility of the unit circle (radius=1) centered at the origin.

title

Type: text (Default: "Nyquist Plot")

Title parameter description placeholder.

showUnitCircle

Type: boolean (Default: true)

Show Unit Circle parameter description placeholder.

Examples

Stable First-Order System

System: $G(s) = \frac{1}{s + 1}$. The Nyquist plot is a semi-circle in the right half-plane, starting at (1, 0) for $\omega=0$ and ending at (0, 0) for $\omega \to \infty$.

Conditionally Stable System

A higher-order system might pass close to the $(-1, j0)$ point. The Nyquist plot helps visualize how much phase lag or gain can be added before the system becomes unstable.

Remarks

See Also