Home > Community > General > Extracting Events from One Signal, applying Time to Another > Antwort auf: Extracting Events from One Signal, applying Time to Another

#8914
Bernhard KantzBernhard Kantz
Teilnehmer

For this you can use the index operator.

Example:


Dim idx = ValuesInInterval(Speed1 - Speed2, -30, 30, EVENT_INDEX + EVENT_COMPLEMENT)
Speed1.X[idx]

support@weisang.com