Module convolve

Module convolve 

Source
Expand description

Convolution

Enums§

ConvolveMode
Convolution mode determines behavior near edges and output size

Functions§

convolve
Compute the convolution of two signals using FFT.
correlate
Compute the cross-correlation of two signals using FFT.
fftconvolve
Performs FFT-based convolution on two slices of floating point values.