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

Gain settings for other sdr #1084

Open
Brabudu opened this issue Dec 17, 2024 · 0 comments
Open

Gain settings for other sdr #1084

Brabudu opened this issue Dec 17, 2024 · 0 comments

Comments

@Brabudu
Copy link

Brabudu commented Dec 17, 2024

The setting.xml file contains the gain settings but in the scripts the only useful one is the one for the rtl-sdr:
(from /scripts/receive_noaa.sh)
if [[ "$receiver" == "rtlsdr" ]]; then
gain_option="--gain"
ppm_correction="--ppm_correction"
else
gain_option="--general_gain"
FREQ_OFFSET=""
fi

The sdrplay instead, for example, uses lna_gain and if_gain.
It would be useful to include the possibility of better specifying these parameters without having to manually modify the script.

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