Module au::plots::bode[][src]

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

IntoIter

Struct for the Polar plot data point iteration.