The discrete convolution of 1D arrays.
If v is longer than a, then they are swapped.
The conv filter is flipped following signal processing convention.
- 參數:
a (array) -- 1D Input array.
v (array) -- 1D Input array.
mode (str, optional) -- {'full', 'valid', 'same'}
- 回傳:
The convolved array.
- 回傳型別:
array