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

Maybe an error in fft.c #1

Open
SebastienDorgan opened this issue Jul 18, 2019 · 1 comment
Open

Maybe an error in fft.c #1

SebastienDorgan opened this issue Jul 18, 2019 · 1 comment

Comments

@SebastienDorgan
Copy link

I think line 41 of fft.c is wrong: (for(z = 0; z < 30; z++) ) should be for(z = 0; z < N; z++) , doesn't it?

@jtfell
Copy link
Owner

jtfell commented Jul 18, 2019

Yep I think you're right @SebastienDorgan. I haven't used this lib in many years and only wrote it for a university assignment. Feel free to leave a PR to fix it if you want but I really don't recommend using this for production uses

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

2 participants