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 eb7fc5f commit 616c0cdCopy full SHA for 616c0cd
src/resampling.jl
@@ -78,7 +78,7 @@ end
78
79
Does a resampling based on `rfft`. This function is called by `resampling`.
80
"""
81
-function resample_by_RFFT(mat, new_size) where {T}
+function resample_by_RFFT(mat, new_size)
82
old_size=size(mat)
83
rf = rffts(mat)
84
irffts(select_region_rft(rf,old_size,new_size), new_size[1])
0 commit comments