pub fn fft_convolve2<T, F>(
signal: &Array<T>,
filter: &Array<F>,
mode: ConvMode
) -> Array<T> where
T: HasAfEnum,
F: HasAfEnum,
2d convolution using fast-fourier transform
Parameterssignal
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 ConvModeConvolved Array
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4