Skip to main content

fft_convolve

Function fft_convolve 

Source
pub fn fft_convolve(a: &[f64], b: &[f64]) -> Vec<f64>
Expand description

Convolve two real signals using FFT.

Returns the linear convolution a * b of length a.len() + b.len() - 1.