Skip to content

Commit 45d28f7

Browse files
committed
Fix CI failing
Signed-off-by: ErikQQY <[email protected]>
1 parent a66335c commit 45d28f7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/frft.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using FFTW, DSP
2-
31
"""
42
frft(signal, α)
53
@@ -128,6 +126,4 @@ function sinc_interp(x, rate)
128126
h = sinc.(collect(-(N-1-1/rate):1/rate:(N-1-1/rate)))
129127
out = conv(y, h)
130128
out = out[(rate*N-rate):(end-rate*N+rate+1)]
131-
end
132-
133-
frft([2, 2, 2], 0.3)
129+
end

0 commit comments

Comments
 (0)