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

Goertzel in filters.cxx #18

Open
ghost opened this issue Sep 29, 2013 · 1 comment
Open

Goertzel in filters.cxx #18

ghost opened this issue Sep 29, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 29, 2013

Line 536:

return ((k2*Q1)/N);

Should be:

return ((k2*Q2)/N);

According to several other implementations.

@jamescoxon
Copy link
Contributor

Thanks k5okc for bring this up - looking at the lastest FLdigi source they haven't changed anything. I'll need to do a bit more investigation into this (filters aren't really my area) and it might be perhaps something that needs to be submitted upstream rather then just for dl-fldigi

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