Primitive signal-normalization helpers.
The crate provides small, explicit helpers for peak normalization, mapping a signal into a target range, and removing DC offset.
Examples
use ;
let normalized = normalize_peak.unwrap;
let centered = center_signal.unwrap;
let ranged = normalize_range.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;