functionbode

Plot discrete transfer function as bode plot

Extends from Internal.PartialPlotFunction (Interface of a plot function).

Information

Inputs

TypeNameDefaultDescription
DiscreteTransferFunctiondtfDiscreteTransfer function to be plotted
IntegernPoints200Number of points
BooleanautoRangetrueTrue, if abszissa range is automatically determined
SI.Frequencyf_min0.1Minimum frequency value, if autoRange = false
SI.Frequencyf_max10Maximum frequency value, if autoRange = false
Booleanmagnitudetrue= true, to plot the magnitude of tf
Booleanphasetrue= true, to plot the phase of tf
Plot.Records.DiagramdefaultDiagram (from PartialPlotFunction)Default diagram layout
Plot.Records.Devicedevice (from PartialPlotFunction)Modelica_LinearSystems2.Utilities.Plot.Records.Device()Properties of device where figure is shown
BooleanHztrue= true, to plot abszissa in [Hz], otherwise in [rad/s] (= 2*pi*Hz)
BooleandBfalse= true, to plot magnitude in [], otherwise in [dB] (=20*log10(value))