Scilab 6.0.0
Scilab Help >> Control Systems - CACSD > Linear Analysis > Frequency Domain > gainplot
gainplot
magnitude plot
Syntax
gainplot(sl,fmin,fmax [,step] [,comments] ) gainplot(frq,db,phi [,comments]) gainplot(frq, repf [,comments])
Arguments
- sl
list (
syslin
SIMO linear system).- 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.
Comments
Add a comment:
Please login to comment this page.