afp_convolve1
Convolution integral for one dimensional data.
Arguments
- Input signal, values
- Input array, signal that shall be flipped for the convolution operation
- Integer, if the convolution should be expanded: 0 - same size as input, 1 - size is signal_len + filter_len - 1
- Integer, if the convolution should be performed in frequency os spatial domain: 0 - software automatically picks algorithm, 1 - convolution in spatial domain, 2 - convolution in frequency domain
Output
Convolved array
Examples