Searched refs:AccRatio (Results 1 – 2 of 2) sorted by relevance
44 AccRatio = 0; variable48 AccRatio = AccRatio + ListInter{i}.Spectrum(IndexI) * FilterRx(IndexR); variable50 InterfPowermW = InterfPowermW + AccRatio * 10^(ListInter{i}.RxPower/10);
457 double AccRatio = 0; //Calculate the overlap of the Rx filter with the tx modulation shape in modem_analog_rx() local461 AccRatio = AccRatio + TxSpectrum[IndexI] * RxFilterAttenuation[IndexR]; in modem_analog_rx()464 TotalInterfmW = TotalInterfmW + AccRatio * pow(10.0, rx_powers[i]/10.0); in modem_analog_rx()