[][src]Module automatica::plots::bode

Bode plot

Bode plot returns the angular frequency, the magnitude and the phase.

Functions use angular frequencies as default inputs and output, being the inverse of the poles and zeros time constants.

Structs

Bode

Struct for the calculation of Bode plots

Data

Struct to hold the data returned by the Bode iterator

Traits

BodePlot

Trait for the implementation of Bode plot for a linear system.