PyLops / pylops

PyLops – A Linear-Operator Library for Python
https://pylops.readthedocs.io
GNU Lesser General Public License v3.0
431 stars 102 forks source link

Feature: Convolve1D with short and long filters #507

Closed mrava87 closed 1 year ago

mrava87 commented 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.

mrava87 commented 1 year ago

@cako when you have time, would be good to get some feedback before merging :)

cako commented 1 year ago

I will have a look tomorrow!