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: 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 16:51:51 -0500 (EST)

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

can't compare with current matlab, as matlab2023b produces:


>> [h, sT] = rcosfir(0.2,[-6 6], 64, 1, 'sqrt');
Error using rcosfir
rcosfir has been removed. Use rcosdesign instead.
 
>> [h, sT] = rcosdesign(0.2,[-6 6], 64, 1, 'sqrt');
Error using rcosdesign
Too many output arguments.


Assuming the octave package plans to retain the function for backward
compatibility, it would be useful if you could include examples of your
expected matlab output (numeric and graphical if possible.) along with the
version that generated it.


    _______________________________________________________

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]