Function py_find_zero_crossings

Source
pub fn py_find_zero_crossings<'_py>(
    trace: Bound<'_py, PyArray1<f32>>,
) -> PyResult<Vec<usize>>
Expand description

Get a vector with the indizes where the input array crosses zero