fn convolve_same(signal: &[f64], kernel: &[f64]) -> Vec<f64>
Convolve signal with kernel (mode=“same”).