afp_convolve2_sep
Separable Convolution.
Arguments
- Input array, filter along the coloumns
- Input array, filter along the rows
- Input array, values
- Integer, if the convolution should be expanded: 0 - same size as input, 1 - size is signal_len + filter_len - 1
Output
Convolved array
Examples