Expand description
Convolution
Enums§
- Convolve
Mode - 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.