Implementation file for the radio analog calibration functions , i.e. DC offset and IQ imbalance.
More...
|
static size_t | CheckTone (size_t channel, std::vector< Radio * > &rx_devs, std::vector< float > tone_levels, double fft_bin) |
|
static void | PlotTones (size_t channel, std::vector< Radio * > &rx_devs, std::vector< float > tone_levels, double fft_bin) |
|
static void | AdjustRxGains (size_t channel, std::vector< Radio * > &rx_devs, std::vector< float > tone_levels, const std::string &gain_stage, double min_setting, double max_setting) |
|
static void | MeasureCorrection (RadioSoapySdr *ref, size_t channel, size_t num_samples, size_t rx_center_tone, size_t tx_center_tone, const std::vector< float > &window, double window_gain) |
|
Implementation file for the radio analog calibration functions , i.e. DC offset and IQ imbalance.