Home
last modified time | relevance | path

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

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