Home
last modified time | relevance | path

Searched refs:IndexI (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_2G4_modem_BLE_simple-latest/matlab/
Danalog_model.m47 IndexI = (Freq - StartI) + 1; %matlab indexing variable
48 AccRatio = AccRatio + ListInter{i}.Spectrum(IndexI) * FilterRx(IndexR);
/babblesim_ext_2G4_modem_BLE_simple-latest/src/
Dmodem_BLE_simple.c460 int IndexI = (Freq - StartI); in modem_analog_rx() local
461 AccRatio = AccRatio + TxSpectrum[IndexI] * RxFilterAttenuation[IndexR]; in modem_analog_rx()