Skip to content

The ifftCompute function may have a bug  #10

Description

@HWZ00

Hi, I learned your manyears project. It's so great!
However, I found that the ifftCompute function may have a little bug.
The 932th line in fft.c file : "destArrayImag[k] = -1.0f * sourceArrayImag[k];" may need to be changed as "sourceArrayImag[k] = -1.0f * sourceArrayImag[k];". In other words, the conjugate operation may be unuseful due to updating destArrayImage instead of sourceArrayImag.
Have a nice day!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions