Plot specified circuit object parameters on Smith chart
smith(
plots the (
i, j)th parameter of hnet
,i,j)hnet
on a
Smith® Chart. hnet
is an RF Toolbox™ network parameter object. The inputs i
and
j
are positive integers whose value is less than or equal to 2 for
hybrid and hybrid-g parameter objects, or less than or equal to
hnet.NumPorts
for ABCD, S, Y, or Z-parameter objects.
returns the line series handle used to create the plot, lineseries
= smith(hnet
,i,j)hsm
[
plots the network parameters lineseries
,hsm] = smith(h
,parameter1,...,parametern
,type
)parameter1
, ...
,
parametern
from the object h
on a Smith chart.
h
is the handle of a circuit ( rfckt
) or data (
rfdata
) object that contains n-port network
parameter data.
[
plots the specified parameters at the specified operating conditions for the object
lineseries
,hsm
] = smith(h
,parameter1,...,parametern
,
type
,xparameter
,xformat
,'condition1',value1,..., 'conditionm',valuem,
'freq'
,freq,'pin'
,pin)h
.
If h
has multiple operating conditions, such as from a
.p2d
or .s2d
file, the smith
method operates as follows:
If you do not specify any operating conditions as arguments to the
smith
method, then the method plots the parameter values based on
the currently selected operating condition.
If you specify one or more operating conditions, the smith
method plots the parameter values based on those operating conditions.
When you use an operating condition for the xparameter
input
argument, the method plots the parameters for all operating condition values.
Note
Use the smithplot
function to plot network parameters that are not part of a circuit (
rfckt
) or data ( rfdata
) object, but are
specified as vector data.
Type listparam(h)
to get a list of valid parameters for a circuit
object h
.
Note
For all circuit objects, except those that contain data from a data file, you must
use the analyze
function to perform a frequency domain analysis before calling
smith
.
analyze
| calculate
| circle
| extract
| getop
| getop
| getz0
| groupdelay
| listformat
| listparam
| loglog
| plot
| plotyy
| polar
| read
| restore
| semilogx
| semilogy
| smith
| write