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

Expand the FM range to cover the dongle's entire usable range #24

Open
wizardishungry opened this issue Jan 31, 2018 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@wizardishungry
Copy link
Member

see Wikipedia

The FM broadcast band in Japan uses 76 to 95 MHz. The International Radio and Television Organisation (OIRT) band in Eastern Europe is from 65.8 to 74.0 MHz

What is a reasonable range for all RTLSDR devices?

Will this make manual tuning too difficult?

@wizardishungry wizardishungry added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 31, 2018
@SevoStille
Copy link

It should be trivial to change the constants HZ_FLOOR and HZ_CEIL into (text) configurable variables and calculate the dependent constants on the fly. If I run into spare time, I might sidetrack and add that back to the source. So far, I only tried to to make them (along with the modulation type and bandwidth) dynamically accessible by CV/Knob. Which goes one step further, but might require a change to the buffer architecture, my attempts so far still cause rtl_sdr to crackle and hang up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants