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

Benchmarks? #2

Open
kozross opened this issue Apr 28, 2018 · 3 comments
Open

Benchmarks? #2

kozross opened this issue Apr 28, 2018 · 3 comments

Comments

@kozross
Copy link

kozross commented Apr 28, 2018

I'd like to see some. I'd be happy to run them myself, but as I have no idea how FFT performance is evaluated, I'd love some help finding a suitable test.

@adis300
Copy link
Owner

adis300 commented Apr 28, 2018

I would just create some pseudo signal that of size 2^N and a pseudo signal of size that is not a power of 2. And run some comparison test on local machine thousands of times and compare the results. It would be great if you could help. That's a very generous offer. :)

@kozross
Copy link
Author

kozross commented Apr 28, 2018

@adis300 I can do that, but I know pretty much nothing about DSP, which means I don't even know how to generate a pseudo-signal! Additionally, if there's some existing benchmark or test for this kinda thing, it'd probably be better and more convincing. Can you suggest anything?

@adis300
Copy link
Owner

adis300 commented Apr 29, 2018

In this project, the example shows how to generate a pseudo sine wave and applied FFT. I think this gentlemen provided some benchmark in his README file (https://bitbucket.org/jpommier/pffft). You can take a look at the FFTPACK vs FFTW performance comparison. The work I did is just repackaging Dr. Monty's work from 1997 that translates 1d transform from fortran to C, making it very easy to use for all developers.

Repository owner deleted a comment Feb 2, 2024
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

4 participants
@adis300 @kozross and others