Searched refs:phase_avg (Results 1 – 1 of 1) sorted by relevance
5792 int32_t magnitude_avg, phase_avg; in ar9300_tx_iq_cal_outlier_detection() local5827 phase_avg = 0; in ar9300_tx_iq_cal_outlier_detection()5844 phase_avg = phase_avg + phase; in ar9300_tx_iq_cal_outlier_detection()5874 phase_avg = phase_avg + phase; in ar9300_tx_iq_cal_outlier_detection()5878 phase_avg = phase_avg / (nmeasurement - 1); in ar9300_tx_iq_cal_outlier_detection()5892 coeff->phs_coeff[ch_idx][outlier_mag_idx][0] = phase_avg; in ar9300_tx_iq_cal_outlier_detection()5896 ch_idx, outlier_mag_idx, magnitude_avg, phase_avg); in ar9300_tx_iq_cal_outlier_detection()5900 if (ABS(phase_max-phase_avg) > ABS(phase_min - phase_avg)) { in ar9300_tx_iq_cal_outlier_detection()5908 coeff->phs_coeff[ch_idx][outlier_phs_idx][0] = phase_avg; in ar9300_tx_iq_cal_outlier_detection()5912 ch_idx, outlier_phs_idx, magnitude_avg, phase_avg); in ar9300_tx_iq_cal_outlier_detection()