Name

uW_cal_offset2delay — Scattering parameter matrix to Cascade matrix convertion for 2 ports matrix.

Calling Sequence

t=uW_cal_offset2delay(l)

Parameters

t

time in seconds correspounding to the offset length l.

l

standard offset length in millimeters.

Description

This function converts a standard offset length (millimeter) into a standard delay (second).

Examples


// ========================================
// 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));





 
  

See Also

uW_cal_define_standard

Authors

Tibault Reveyrand

www.reveyrand.fr