( ** Go back to PARENTPAGE TIE-OSCILATOR-SIGNALS-TO-ATTRIBUTES.html)
( ** Go back to HOMESITE https://www.tcnd.com)

Intersecting Data Stream of Two Signals

This document explains how to tie attributes to UNIX devices to collect the data of two oscillating signals. The intersection of the two signals can be detected using ASPL set operations.
( ** Go back to PARENTPAGE TIE-OSCILATOR-SIGNALS-TO-ATTRIBUTES.html)
( ** Go back to HOMESITE https://www.tcnd.com)

ASPL 1> S12 = ggoscillators(fonames,fosc1 fosc2,cycles,1,points,1000)

ASPL 2> split S12 into S1 S2

ASPL 3> ks fx

ASPL 4> f&`ks= S1 S2

ASPL 5> s12 = ggoscillators(fonames,fosc1 fosc2,cycles,1,points,300)

ASPL 6> split s12 into s1 s2

ASPL 7> f&`ks= s1 s2

ASPL 8> quit