frft icon indicating copy to clipboard operation
frft copied to clipboard

Fast implementation of the multi-dimensional fractional Fourier transform in Python

Results 3 frft issues
Sort by recently updated
recently updated
newest added

Hi, I am testing this package for wave propagation. One thing I noticed is that zeropadding the input array can affect the results of FRFT. As shown in the 1D...

For a 2-D image, we first perform a alpha=0.5 operation, then a alpha=-0.5 operation. Ideally, we can get the original image back. But, we can not get back the original...

First of all: I was blown away by your understanding of the math that goes into the FrFT, thank you so much for sharing it with the rest of us!...