bugGNU Octave - Bugs: bug #58819, ifft function does not support...

 
 

bug #58819: ifft function does not support 'symmetric' flag

Submitter:  None
Submitted:  Fri 24 Jul 2020 01:20:19 PM UTC
   
 
Category:  Octave Function Severity:  1 - Wish
Priority:  3 - Low Item Group:  Feature Request
Status:  Duplicate Assigned to:  None
Originator Name:  Arno Vyncke Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 24 Jul 2020 05:31:50 PM UTC, comment #1: 

Closing as a duplicate of bug #43742.

John W. Eaton <jwe>
Group administrator
Fri 24 Jul 2020 01:20:19 PM UTC, original submission:  

MATLAB's ifft built-in function supports a 'symmetric' flag, resulting in real-valued output.
Octave's ifft does not support this flag.
Easy fix can be found from this:
https://gist.github.com/bencholmes/a5b85f75dd903d033463a1ba8a1dfdad

If 'symmetric' flag is there, run the forceFFTSymmetry function (see link provided) on the input data and run the currently used ifft.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Updated the item)
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-08-26 mmuetzel Open/ClosedOpen Closed
    2020-07-24 jwe Severity3 - Normal 1 - Wish
        Priority5 - Normal 3 - Low
        Item GroupMatlab Compatibility Feature Request
        StatusNone Duplicate
        Dependencies- Depends on bugs #43742

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code