Searched refs:IndexI (Results 1 – 2 of 2) sorted by relevance
47 IndexI = (Freq - StartI) + 1; %matlab indexing variable48 AccRatio = AccRatio + ListInter{i}.Spectrum(IndexI) * FilterRx(IndexR);
457 int IndexI = (Freq - StartI); in modem_analog_rx() local458 AccRatio = AccRatio + TxSpectrum[IndexI] * RxFilterAttenuation[IndexR]; in modem_analog_rx()