uW_cal_offset2delay — Scattering parameter matrix to Cascade matrix convertion for 2 ports matrix.
t=uW_cal_offset2delay(l)
time in seconds correspounding to the offset length l.
standard offset length in millimeters.
This function converts a standard offset length (millimeter) into a standard delay (second).
// ======================================== // Example with with 5mm offset // C0 = 5e-15 // C1= 60 e-27 // C2 = -11 e-36 // C3 = 0.41 e -45 // Offset = 5 mm // Calculate the delay my_delay=uW_cal_offset2delay(5); // Standard definition open=uW_cal_define_standard("O",5e-15,60e-27,-11e-36,0.41e-45,'delay='+string(my_delay));