discrete 1d and 2d fractional fourier transfrom in python
-
mat: the numberic matrix to be transformed
-
ax,ay: the order of transform along x and y axis
-
returns the frft spectrum of mat
-
f: the discrete signal to be trasformed
-
a: the order of transform
-
p(optional): the order of approximation, equals to half of the length of f by default
-
returns the frft spectrum of f