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

Computation method is different #6

Open
klukonin opened this issue Feb 14, 2020 · 0 comments
Open

Computation method is different #6

klukonin opened this issue Feb 14, 2020 · 0 comments

Comments

@klukonin
Copy link

klukonin commented Feb 14, 2020

Why computation is different?

In the original article computation formula is

power(i) = noise_floor + RSSI + 10 * log(b(i)^2) - 10 * log(sum[i=1..56](b(i)^2)

But in ath_spectral you use another one

power(i) = noise_floor + RSSI + 20 * log10(b(i)^2) - 10 * log10(sum[i=1..56](b(i)^2)

SO... I'm a little bit frustrated. log10() instead of log() and multiplication by 20 instead of 10.
Could you please explain this another computation method?

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