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

SDRPlay - Remove Unsupported IF AGC Modes #1753

Closed
DSheirer opened this issue Nov 29, 2023 · 0 comments · Fixed by #1756
Closed

SDRPlay - Remove Unsupported IF AGC Modes #1753

DSheirer opened this issue Nov 29, 2023 · 0 comments · Fixed by #1756
Assignees
Labels
Milestone

Comments

@DSheirer
Copy link
Owner

DSheirer commented Nov 29, 2023

Reference email from SDRPlay team from 18 November.

Hi Dennis,

Just to follow up on Steve’s comment about the IFAGC modes. To avoid confusion, the 100Hz, 50Hz, and 5Hz are old IFAGC modes that we don't use any more. Now we use the parametrised IFAGC mode which you turn on and off with ENABLE (sdrplay_api_AGC_CTRL_EN) and use the following parameters in the sdrplay_api_AgcT structure…

setPoint_dBfs
attack_ms
decay_ms
decay_delay_ms
decay_threshold_dB

You can find some suitable default values by looking in either SDRuno or SDRconnect IFAGC control panels.

Hope that helps,
Best regards,

Andy

@DSheirer DSheirer added the bug label Nov 29, 2023
@DSheirer DSheirer added this to the Version 0.6.0 milestone Nov 29, 2023
@DSheirer DSheirer changed the title SDRPlay Receivers - IF Gain SDRPlay Receivers - IF AGC Modes Dec 1, 2023
@DSheirer DSheirer self-assigned this Dec 1, 2023
@DSheirer DSheirer changed the title SDRPlay Receivers - IF AGC Modes SDRPlay - Remove Unsupported IF AGC Modes Dec 1, 2023
DSheirer pushed a commit that referenced this issue Dec 1, 2023
…updates enum lookup to always return either ENABLE or DISABLE. Deprecates 3x enum values as no longer supported.
DSheirer added a commit that referenced this issue Dec 1, 2023
…d-ifagc-modes

#1753 SDRPlay - Remove Deprecated AGC Modes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant