DSP.jl icon indicating copy to clipboard operation
DSP.jl copied to clipboard

conv corner case

Open KristofferC opened this issue 7 years ago • 0 comments

Moved from https://github.com/JuliaLang/julia/issues/20539

conv( randn(5), randn(0) ), say should be, i'd think, should be a vector of length 0 right now it's an error

conv(randn(0), randn(0)) is trickier, but a vector length 0 is not unreasonable

KristofferC avatar Jun 25 '17 05:06 KristofferC