gainplot
magnitude plot
Syntax
gainplot(sl, fmin, fmax) gainplot(sl, fmin, fmax, step) gainplot(frq, db, phi) gainplot(frq, repf) gainplot(.., comments)
Arguments
- sl
A siso or simo linear dynamical system, in state space, transfer function or zpk representations, in continuous or discrete time.
- fmin,fmax
real scalars (frequency interval).
- step
real (discretization step (logarithmic scale))
- comments
string
- frq
matrix (row by row frequencies)
- db,phi
matrices (magnitudes and phases corresponding to
frq
)- repf
complex matrix. One row for each frequency response.
Description
Same as bode but plots only the magnitude.
Examples
See also
History
Version | Description |
6.0 | handling zpk representation |
Report an issue | ||
<< freson | Frequency Domain | hallchart >> |