You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if you could check this issue. Setting Bandwidth to AUTO takes the lowest value of the allowed bandwidths and NOT "the largest value below the sample rate".
Test settings:
Sample rate = 5E6
Bandwidth = Auto
Result: Bandwidth = 2E5
Expected: Bandwidth = 5E6
Otherwise working very good. Thank you very much !!!
The text was updated successfully, but these errors were encountered:
Please also note that 4e6 is not one of the bandwidth supported by SDRplay RSPs; you can find the list of supported values in the SDRplay API Specification guide at page 12: 200k, 300k, 600k, 1536k, 5M, 6M, 7M, and 8M.
Expected value should be in this case 5E6. Specification should be:
"set the bandwidth to the largest value below *or equal to the sample rate"
Am I right ?
Hello Franco
Would be nice if you could check this issue. Setting Bandwidth to AUTO takes the lowest value of the allowed bandwidths and NOT "the largest value below the sample rate".
Test settings:
Sample rate = 5E6
Bandwidth = Auto
Result: Bandwidth = 2E5
Expected: Bandwidth = 5E6
Otherwise working very good. Thank you very much !!!
The text was updated successfully, but these errors were encountered: