Just as a note and how we could implement it:
function conv(u, v, wrap_free=true)
pad u to twice the size
v needs to be known for the full size
convolve it
take center part of original size of u
Important is, that v needs to be known in the double field size if v is not 0 anyway on the border.
Just as a note and how we could implement it:
Important is, that
vneeds to be known in the double field size ifvis not 0 anyway on the border.