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

Error in decoding frequency cast to wrong type #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gargablegar
Copy link

@Gargablegar Gargablegar commented Jul 14, 2017

Freq was being rounded due to a type error.

This had the effect of rounding each sample to the nearest whole number. Samples presented were thus incorrectly binned, this results in a loss of resolution - as power levels are now more diluted with co-channel interference.

freq was being rounded do to a type error.
@kazikcz
Copy link
Owner

kazikcz commented Jul 17, 2017

I would've loved commit log explaining how this changes end-user perceived program behavior, i.e. smoother distribution of samples across frequencies (that's what I can tell without actually checking).

Nevertheless, thanks!

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

Successfully merging this pull request may close these issues.

2 participants