gridSmithChart()

Generates list of points on Smith Chart based on selected grid type and additional isolated points

Syntax
gridPts = gridSmithChart( numGridPts, [gridCenter], [gridRadius], [gridType], [extraPts] )

Arguments
Name Description Range Type Default Required
numGridPts Number of points covering primary grid area. 0, 1000 integer yes
gridCenter Center of grid on Smith Chart. [0, 1.0] complex 0 + j0 no
gridRadius Radius of coverage on Smith Chart from origin. [0, 1.0] real 1.0 no
gridType Type of grid coverage required. {"Uniform", "Polar","Rectangular"} string "Uniform" no
extraPts Additional points explictly required on grid`. complex NULL no

Examples
list1 = gridSmithChart\(100\) - lists 100 uniformly spaced points covering entire 
Smith Chart.

list2 = gridSmithChart\(100,0.20\+j\*0.15\) - lists 100 uniformly spaced points centered 
at \(0.2,0.15\)

list3 = gridSmithChart\(100,,0.65\) - lists 100 uniformly spaced points covering the 
Smith Chart upto magnitude 0.65 from the origin.

list4 = gridSmithChart\(100,,,"Polar"\) - lists 100 points in polar pattern covering 
entire Smith Chart.

list5 = gridSmithChart\(100,,,,makearray\(2,polar\(0.12,34\)\) - adds polar\(0.12,34\) to 
the grid of list1 if it is a unique point.
 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources