Skip to content

Commit 1dc90b3

Browse files
committed
Add hint for circular convolution in frft [skip ci]
1 parent 9fa0a85 commit 1dc90b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fractional_fourier_transform.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export frfft
22

3+
# TODO: circular convolution introduces wrap around artifacts which have not been handled yet
4+
35
"""
46
frfft(arr, p; shift=false, method=:garcia)
57

0 commit comments

Comments
 (0)