Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ifftCompute function may have a bug #10

Open
HWZ00 opened this issue Dec 7, 2018 · 0 comments
Open

The ifftCompute function may have a bug #10

HWZ00 opened this issue Dec 7, 2018 · 0 comments

Comments

@HWZ00
Copy link

HWZ00 commented Dec 7, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant