We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa0a85 commit 1dc90b3Copy full SHA for 1dc90b3
src/fractional_fourier_transform.jl
@@ -1,5 +1,7 @@
1
export frfft
2
3
+# TODO: circular convolution introduces wrap around artifacts which have not been handled yet
4
+
5
"""
6
frfft(arr, p; shift=false, method=:garcia)
7
0 commit comments