-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow lower sample rates (in ExtIO towards HDSDR) #139
Comments
The current code doesn't handle dynamic ADC sampling rate very well. Is there any benefit to the signal quality by doing so? Saving cpu is not a big problem as the machine with USB3.0 are reasonable powerful. |
The use of a high sampling rate allows to gain in S/N in decimation, although I believe in the case the noise figure is determined by the R820T2 tuner. |
probably i wasn't clear enough?: probably, in addition, do not allow to select samplerates >= 32 MSps in VHF? but, not sure about this. for 2 reasons:
reducing the ADC samplerate in VHF, e.g. from 64 MSps to 32 MSps is another totally independent topic. this might be interesting on some slower computers. |
only able to down to 500k. I may need your help to debug what's wrong when have even lower sample rate. Check PR #156 When I only use the fixed EXTIO_LEN, i got audio lag. |
selecting lower samplerates in VHF should automatically reduce the R820T-tuners' IF bandwidth - to avoid oversteering of ADC
The text was updated successfully, but these errors were encountered: