[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: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab |
Date: |
Mon, 12 Feb 2024 17:07:00 -0500 (EST) |
Follow-up Comment #4, bug#65298 (group octave):
saving the output h as a mat file and loading it into matlab 2023b, it can
confirm that
matlab2023b:
>> max(imag(ifft(fft(h))))
ans =
0
>> isreal(ifft(fft(h)))
ans =
logical
1
octave 9.0.1:
>> max(imag(ifft(fft(h))))
ans = 2.276170624955701e-17
>> isreal(ifft(fft(h)))
ans = 0
which as Dmitri said, triggers the alternate plotting method.
Is the 'residual imaginary parts' a known issue with octave's fft/ifft? is the
issue with the fft or the ifft? and assuming this is a new bug, what would be
a better retitle?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65298>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab, Pavlo Bobrek, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab, Dmitri A. Sergatskov, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab, Nicholas Jankowski, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab, Dmitri A. Sergatskov, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab,
Nicholas Jankowski <=
- [Octave-bug-tracker] [bug #65298] fft and ifft do not work correctly and do not agree with Matlab, Nicholas Jankowski, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft produce residual O(eps) complex values unlike matlab, Nicholas Jankowski, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft produce residual O(eps) complex values unlike matlab, anonymous, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft produce residual O(eps) complex values unlike matlab, Dmitri A. Sergatskov, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft produce residual O(eps) complex values unlike matlab, Dmitri A. Sergatskov, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft produce residual O(eps) complex values unlike matlab, Nicholas Jankowski, 2024/02/12
- [Octave-bug-tracker] [bug #65298] fft and ifft produce residual O(eps) complex values unlike matlab, Nicholas Jankowski, 2024/02/12