Skip to content

Discrete system bode_plot nyquist line does not respect Hz parameter #650

Closed
@dc5048

Description

@dc5048

omega_nyq_line = np.array((np.nan, nyquistfrq, nyquistfrq))

This line should be:
omega_nyq_line = np.array((np.nan, nyquistfrq_plot, nyquistfrq_plot))

... so that the nyquist limit will be plotted in Hz when requested. Currently the nyquist limit always plots as rad/s, even if the Hz argument is True.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions