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

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

[Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab
Date: Mon, 12 Feb 2024 16:48:58 -0500 (EST)

Follow-up Comment #1, bug#65298 (group octave):

Try plot(real(ifft(fft(h))).
There is a imaginary spillage of the order of eps, and 
plot(z) where z is a complex number is equivalent of 
plot(real(a), imag(a))

Dmitri.
-- 





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65298>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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