Home > hidden > get1PortModel.m

get1PortModel

PURPOSE ^

get1PortModel returns 3 error terms from 1 port calibration

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

      get1PortModel   returns 3 error terms from 1 port calibration
         E = get1PortModel(G,Gm)
         inputs:
            G,Gm: [3,num_pts] listed and measured S-parameters for reflection
                  Calibration standards G and Gm must have standards listed
                  in the same order
         output:
            E: [3,num_pts] columns are solution to the matrix equation Ax=b,
               where A and b are defined by the system of equations for the 1 port model
               E(1,:) = e00
               E(2,:) = e11
               E(3,:) = e00.*e11-e10e01 = delta_e

CROSS-REFERENCE INFORMATION ^

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