rfplot
Plot S-parameter data
Syntax
Description
rfplot(
plots the magnitude in decibels versus
frequency of all S-parameters (S11,
S12 ... SNN) on
the current axes.s_obj
)
rfplot(___,
plots S-parameters
using the line parameters specified in LineSpec
)LineSpec
.
rfplot(___,
plots S-parameters
according to the type specified in plotflag
)plotflag
.
rfplot(
plots the magnitude
of Si
i reflection coefficients or the diagonal
elements of the S-parameter matrix s_obj
,'diag')'diag'
on the current axis.
plots the
S-parameters and returns a column vector of line handles in
hline
= rfplot(___)hline
.
[
plots the magnitude response of the S-parameters of the RF filter.hline
,haxes
] = rfplot(filter
,frequencies
)
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced before R2006aSee Also
sparameters
| sparameters
(RF Toolbox) | setrfplot
(RF Toolbox)