Data Processing¶
Generic signal and index manipulation — consecutive runs, chunk detection, interval arithmetic.
When to use which¶
Task |
Use |
|---|---|
Group contiguous true / equal runs in a vector |
|
Find the index of the nearest value |
|
Detect chunks (valid vs NaN / flat stretches) |
|
Intersect two sets of time intervals |
|
Rolling percentile filter |
|
Slice a signal by a list of |