ASPL 1> S12 = ggoscillators(fonames,fosc1 fosc2,cycles,1,points,1000)
S12 assigned to the oscillators data that is streamed from Udev
ASPL 2> split S12 into S1 S2
split S12 into S1 and S2 representing the two signals
ASPL 3> ks fx
set ks vector to attribute fx
ASPL 4> f&`
ks= S1 S2
display the intersection between both signals
ASPL 5> quit
quit