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

FourierTransform produces valid results, but most users expect something else #5

Open
cesarsouza opened this issue Jan 5, 2015 · 1 comment

Comments

@cesarsouza
Copy link
Member

AForge.NET produces valid results in its FFT computation routines. However, over the years, some users have complained that either they do not produce the same results as MATLAB, that they have inverted signs, or were puzzled that they didn't work with non-square/power-of-two matrices:

http://code.google.com/p/aforge/issues/detail?id=100
http://code.google.com/p/aforge/issues/detail?id=156
http://code.google.com/p/aforge/issues/detail?id=221

As such, it would be nice to provide a version that addresses all those issues (even if the AForge.NET implementation is correct in the first place). The goal is to minimize user impedance while using the libraries.

@cesarsouza
Copy link
Member Author

@andrewkirillov: @DiegoCatalano has contributed one new code to Accord.NET that seems to solve all those issues! However, even if I add it here, I am not sure if AForge.NET will have any future versions released... As such, I will include those fixes in Accord.NET itself and also port it to this fork. Please let me know what do you think... I can try to port it to the original AForge.NET repository as well!

Regards,
Cesar

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