Feature description
The BladeRF 2.0 micro has supported 122.88Mhz sampling rate and 8bit sample mode. ref: https://www.nuand.com/2023-02-release-122-88mhz-bandwidth/
This feature is to support Oversample mode and user selectable sampling bitmode for BladeRF 2.0 micro
- add support for oversampling
- add sampling bitmode selection menu
-- SC16_Q11_PACKED can support up to 110.0Mhz sampling rate with stability(with oversampling enabled)
-- SC8_Q7 can support up to 122.88 MHz sampling rate with stability(with oversampling enabled)
- updated sampling rate dropdown list to be more user friendly
Feature Screenshot
suggested code update
source_modules/bladerf_source/src/main.cpp
[removed huge code block spam]