Home > hidden > getIdealSparams.m

getIdealSparams

PURPOSE ^

getIdealSparams Returns S-Parameters of the 'Ideal' Open Short Load

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

      getIdealSparams    Returns S-Parameters of the 'Ideal' Open Short Load
                         and Thru Components
         [G_ideal, T_ideal] = getIdealSparams(num_pts)
         input:
             num_pts: (int) number of points in the frequency vector
         outputs:
             G_ideal: [3,num_pts] matrix of 'canonical' Open,Short,Load reflection
                 coefficients (1,-1,0)
             T_ideal: [2,2,num_pts] stack of S matricies of an ideal thru
                 ie. S = [0 1
                          1 0]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 02-Jan-2019 14:21:51 by m2html © 2005