Function bliss_audio_aubio_rs::zero_crossing_rate[][src]

pub fn zero_crossing_rate<'i, I>(input: I) -> Smpl where
    I: Into<FVec<'i>>, 
Expand description

Zero-crossing rate (ZCR)

The zero-crossing rate is the number of times a signal changes sign, divided by the length of this signal.

  • input Vector to compute ZCR from