pub fn windowed(signal: &[f64], window: &[f64]) -> Vec<f64>
Apply a window and return the windowed signal.