uW_cal_standard — generate the S1P form of a standard according the definition parameters.
S=uW_cal_standard(frequency,standard)
tlist containing the parameter of the standard (see uW_cal_define_standard
).
column vector of frequencies (in Hertz).
S1P object. This is the reflexion coefficent of the standard for the given frequencies.
// 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)