Name

uW_cal_standard — generate the S1P form of a standard according the definition parameters.

Calling Sequence

S=uW_cal_standard(frequency,standard)

Parameters

standard

tlist containing the parameter of the standard (see uW_cal_define_standard).

frequency

column vector of frequencies (in Hertz).

S

S1P object. This is the reflexion coefficent of the standard for the given frequencies.

Description

This function generates the S1P object of a calibration standard.

Examples


// Calkit offset
delay=uW_cal_offset2delay(5);

// Open coefficients
open_anritsu=uW_cal_define_standard("O",5e-15,60e-27,-11e-36,0.41e-45,'delay='+string(delay)); 

// Frequency
frequency=(10^9)*linspace(1,20,100).';

// Reflexion coefficient
S=uW_cal_standard(frequency,open_anritsu);

// Display
uW_S2P_display(S)

 
  

See Also

uW_cal_define_standard

Authors

Tibault Reveyrand

www.reveyrand.fr