octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43673] fft() gives incorrect result for 3-dim


From: count
Subject: [Octave-bug-tracker] [bug #43673] fft() gives incorrect result for 3-dim array with singleton 3rd dimension
Date: Sat, 13 Dec 2014 18:57:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #6, bug #43673 (project octave):

It looks like been fixed for the case
> fft( zeros(2,2,2), 1, 3 )

But
> fft( ones(2,2,2), 1, 3 )
ans =

   0   0
   0   0
Which is a wrong result. (expecting ones(2,2))


Also
> fft( zeros(2,2,1), 1, 3 )
still does not work as expected.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43673>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]