Stores RF and DSP tuned frequencies. More...
#include <uhd/types/tune_result.h>
Public Attributes | |
double | clipped_rf_freq |
Target RF frequency, clipped to be within system range. More... | |
double | target_rf_freq |
Target RF frequency, including RF FE offset. More... | |
double | actual_rf_freq |
Frequency to which RF LO is actually tuned. More... | |
double | target_dsp_freq |
Frequency the CORDIC must adjust the RF. More... | |
double | actual_dsp_freq |
Frequency to which the CORDIC in the DSP actually tuned. More... | |
Stores RF and DSP tuned frequencies.
See uhd::tune_result_t for more details.
double uhd_tune_result_t::actual_dsp_freq |
Frequency to which the CORDIC in the DSP actually tuned.
double uhd_tune_result_t::actual_rf_freq |
Frequency to which RF LO is actually tuned.
double uhd_tune_result_t::clipped_rf_freq |
Target RF frequency, clipped to be within system range.
double uhd_tune_result_t::target_dsp_freq |
Frequency the CORDIC must adjust the RF.
double uhd_tune_result_t::target_rf_freq |
Target RF frequency, including RF FE offset.