I need to do a Fourier transform of the mapping in Python. Fast Fourier transforms imply periodic boundary conditions, but the input mapping is not periodic. So I need to apply an input filter / weight, slowly narrowing the map to zero at the edges. Are there any libraries for this in python?
source
share