-
Notifications
You must be signed in to change notification settings - Fork 26
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
Determine and report maximum ADC level - for clipping/oversteering indication #140
Comments
How can I report +20db always on LNA that RX888 has? or HDSDR doesn't care about dBm at all? Current code has a gain manually calibrate (Oscar did that). Shall I use a fixed gain like 1.0f/32767/1000? I tried that and HDSDR reports -50dbFS, which is far above LTC2208 datasheet which is about -110dbFS. |
don't think, that HDSDR cares for any "dBm" - which is more than unknown if you have different cable length or have switched in an attenuator or external LNA .. manual calibration is available with Options (F7) / "Calibration Settings" in the "S-Meter Calibration" tab. seeing the text field below "Last Calibration in that dialog:
containing LO frequency and the RF/IF Gain values .. reminds me on how many premises the dBm power depends on - especially with the R820T2-tuner on VHF! HF with direct sampling might be easier .. my issue is independet from power .. to allow exact determination of the ADCs clipping/oversteering in dBFS - similar to #98 |
additional note on
the ExtIO does deliver 32-bit float values. these values should be nearly +/-1.0 peak-to-peak for 0 dBFS, too small values would produce/loose sensivity, cause of truncation of lower bits. also not good. |
Mario (HDSDR) just wrote me to press Ctrl + Shift + J to get dBm values below the S-meter. from http://www.hdsdr.de/hdsdr_keyboard_shortcuts.htm:
there are some other interesting functions in the Lab section: |
HDSDR shows the RF level in dBFS - assuming, that the I/Q samples it receives are really the sampled values.
strong signals, might get filtered out with the DDC step before HDSDR gets the I/Q data and computes the RF dBFS value shown in the upper right corner of the RF spectrum .. which now might be too low not indicating the correct value ..
The text was updated successfully, but these errors were encountered: