functionbode
Plot discrete transfer function as bode plot
Extends from Internal.PartialPlotFunction (Interface of a plot function).
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| DiscreteTransferFunction | dtf | DiscreteTransfer function to be plotted | |
| Integer | nPoints | 200 | Number of points |
| Boolean | autoRange | true | True, if abszissa range is automatically determined |
| SI.Frequency | f_min | 0.1 | Minimum frequency value, if autoRange = false |
| SI.Frequency | f_max | 10 | Maximum frequency value, if autoRange = false |
| Boolean | magnitude | true | = true, to plot the magnitude of tf |
| Boolean | phase | true | = true, to plot the phase of tf |
| Plot.Records.Diagram | defaultDiagram (from PartialPlotFunction) | Default diagram layout | |
| Plot.Records.Device | device (from PartialPlotFunction) | Modelica_LinearSystems2.Utilities.Plot.Records.Device() | Properties of device where figure is shown |
| Boolean | Hz | true | = true, to plot abszissa in [Hz], otherwise in [rad/s] (= 2*pi*Hz) |
| Boolean | dB | false | = true, to plot magnitude in [], otherwise in [dB] (=20*log10(value)) |