pub fn convolve1<T, F>(
signal: &Array<T>,
filter: &Array<F>,
mode: ConvMode,
domain: ConvDomain
) -> Array<T> where
T: HasAfEnum,
F: HasAfEnum,
1d convolution
signal
is the input signalfilter
is the signal that shall be flipped for convolution operationmode
indicates if the convolution should be expanded or not(where output size equals input). It takes a value of type ConvModedomain
indicates if the convolution should be performed in frequencey or spatial domain. It takes a value of type ConvDomainConvolved 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