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 703fd38 commit 607db5cCopy full SHA for 607db5c
src/czt.jl
@@ -44,7 +44,7 @@ function czt_1d(xin, scaled, d)
44
45
y = xin .* reorient(aa,Val(d))
46
# twice the size along direction d
47
- nsz = sz .* NDTools.single_dim_size(d,2,Val(length(sz)))
+ nsz = sz .* NDTools.single_dim_size(Val(d),2,Val(length(sz)))
48
to_fft = NDTools.select_region(y, new_size=nsz, center=nsz.÷2 .+1)
49
# convolve on a larger grid along one dimension
50
g = ifft(fft(to_fft, d) .* reorient(fv,Val(d)), d)
0 commit comments