Plot S-parameter data
rfplot(
plots
the magnitude in dB versus frequency of all S-parameters (S11,
S12 ... SNN)
on the current axis. s_obj
)s_obj
must be an s-parameter
object.
rfplot(___,
plots
S-parameters using optional line types, symbols, and colors specified
by lineSpec
)linespec
.
rfplot(___,
allows
to specify the type of plot by using the plotflag
)plotflag
.
plots
the S-parameters and returns the column vector of handles to the line
objects, hline
= rfplot(___)hline
.
[
plots the magnitude response of the S-parameters for the rf filter.hline
,haxes
] = rfplot(filter
,frequencies
)