pub fn reconstruct_samples( coeffs: &[f32], residuals: &[f32], target_len: usize, ) -> Vec<f32>
Reconstruct samples from coefficients and residuals