afp_convolve1

Convolution integral for one dimensional data.

Arguments

  1. Input signal, values
  2. Input array, signal that shall be flipped for the convolution operation
  3. Integer, if the convolution should be expanded: 0 - same size as input, 1 - size is signal_len + filter_len - 1
  4. 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

afp_convolve1