Closed mrava87 closed 1 year ago
This PR generalizes the Convolve1D operator to handle both the scenario of short filter (and longer input) as well as short input (and longer filter). The latter is introduced here.
Convolve1D
@cako when you have time, would be good to get some feedback before merging :)
I will have a look tomorrow!
This PR generalizes the
Convolve1D
operator to handle both the scenario of short filter (and longer input) as well as short input (and longer filter). The latter is introduced here.