You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: