Name

uW_display_vsmith — Plot the smith chart in the current graphic window with vectorial arcs.

Calling Sequence

uW_display_vsmith(impedances,color)

Parameters

impedances

vector of the normalized impedance to display. Most VNA use impedances=[.2 .5 1 2 5];

color

numerical value of the color which be used to trace the smith chart.

Description

This function plots the smith chart into the current graphic window with vectorial arcs. Well suited for fig or eps exports.

Examples


// Get the S11 parameter of a measured device
// 
filename=uigetfile("*.s2p");
S=uW_S2P_read(filename);
uW_display_vsmith([.2 .5 1 2 5],12);
plot2d(real(S.S11),imag(S.S11));
 
  

See Also

uW_S2P_display uW_display_smith

Authors

Tibault Reveyrand

www.reveyrand.fr