threshold_crossings¶
THRESHOLD_CROSSINGS Detect threshold crossings in data
INDEX_VALUES = THRESHOLD_CROSSINGS(INPUT, THRESHOLD)
Finds all places where the data INPUT transitions from below
the threshold THRESHOLD to be equal to or above the threshold
THRESHOLD. The index values where this occurs are returned in
INDEX_VALUES.