Deconvolution/2D+: Difference between revisions

Content added Content deleted
Line 886: Line 886:


topow2(siz) = map(x -> nextpow(2, x), siz)
topow2(siz) = map(x -> nextpow(2, x), siz)
deconv1d(f1, g1, expecteddim1) = Int.(round.(deconv(Float64.(g1), Float64.(f1))))
deconv1d(f1, g1) = Int.(round.(deconv(Float64.(g1), Float64.(f1))))


function deconv2d(f2, g2, xd2)
function deconv2d(f2, g2, xd2)