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

How to reduce the sampling rate to be able to use it with qt-dab ? #212

Open
jjcarron opened this issue Dec 4, 2021 · 1 comment
Open

Comments

@jjcarron
Copy link

jjcarron commented Dec 4, 2021

I try to use my RX-888 with qt-dab. The driver ExtIO_sddc doesn't allow to reduce the sampling frequency below 50MHz and the qt-dab expect something much lower.

Any solutions or indications what should be modified in the code?

@ik1xpv
Copy link
Owner

ik1xpv commented Dec 5, 2021

ExtIO_sdd.dll uses two sampling rate.
The ADC clock rate can be programmed from 50 to 140 MHz. The FX3/ADC high limit is typically 128 MHz. The default value is 64MHz.
It controls the real samples stream from the ADC.
The IF sampling rate is a decimation of ADC clock by a power of two and it controls the rate of the complex I&Q samples stream from the ExtIO_sddc.dll to the application ( HDSDR ). The rate at 64 MHz ADC clock are 32, 16, 8, 4, 2 MHz
If the issue refers to the ADC clock The low limit is forced to 50 MHz by some timing in the USB streaming and it is defined in config.cpp file: uint32_t MIN_ADC_FREQ = 50000000; // ADC sampling frequency minimum
Note that today code does not operates at lower ADC rate also changing this definition.

In case the issue refers to IF rate the EstIO_sdd.dll dialog box for non HDSDR apps has a combo box to decrease the IF stream to lower rates.

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

2 participants