Accueil > Community > General > Extracting Events from One Signal, applying Time to Another > Reply To: Extracting Events from One Signal, applying Time to Another

#8914
Bernhard KantzBernhard Kantz
Participant

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