Re: [julia-users] length in irfft

2015-07-09 Thread Michele Zaffalon
Hi Kevin, here it is: https://github.com/JuliaLang/julia/pull/12078 michele On Thu, Jul 9, 2015 at 5:16 AM, Kevin Squire kevin.squ...@gmail.com wrote: Hi Michele, would you be able to open an issue, or better, a pull request with the fix? Cheers! On Wednesday, July 8, 2015, Michele

[julia-users] length in irfft

2015-07-08 Thread Michele Zaffalon
Hi, in http://docs.julialang.org/en/release-0.3/stdlib/math/#Base.irfft, d should be d == floor(size(A,dims[1])/2)+1 This throws an error ERROR: assertion failed: osize[d1] == d 1 + 1 in brfftd at fftw.jl:581 (repeats 2 times) It looks like instead that it should be floor(d/2)+1 ==

Re: [julia-users] length in irfft

2015-07-08 Thread Kevin Squire
Hi Michele, would you be able to open an issue, or better, a pull request with the fix? Cheers! On Wednesday, July 8, 2015, Michele Zaffalon michele.zaffa...@gmail.com wrote: Hi, in http://docs.julialang.org/en/release-0.3/stdlib/math/#Base.irfft, d should be d ==