[−][src]Function arrayfire::fft_convolve3
pub fn fft_convolve3<T, F>(
signal: &Array<T>,
filter: &Array<F>,
mode: ConvMode
) -> Array<T> where
T: HasAfEnum,
F: HasAfEnum,
3d convolution using fast-fourier transform
Parameters
signal
is the input signalfilter
is the signal that shall be used for convolution operationmode
indicates if the convolution should be expanded or not(where output size equals input). It takes values of type ConvMode
Return Values
Convolved Array