Skip to main content

manchester_decode_simd

Function manchester_decode_simd 

Source
pub fn manchester_decode_simd(
    samples: &[f32],
    threshold: f32,
) -> Option<Vec<u8>>
Expand description

SIMD-accelerated Manchester / BMC decoder (x86_64 AVX2).

Falls back to manchester_decode_scalar when AVX2 is unavailable.