You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Allocates and precomputes the Narrowband Reference Signal (NRS) signal for
* the 20 slots in a subframe
*/
Why are there 20 slots mentioned in a subframe when there are 2 slots in a subframe and 20 slots in a frame?
Slot - 0.5ms
Subframe - 1ms
Frame - 10ms
Or am I wrong about something?
lib/src/phy/ch_estimation/refsignals_dl.c
35-36
/** Allocates memory for the 20 slots in a subframe
*/
62-64
/** Allocates and precomputes the Cell-Specific Reference (CSR) signal for
* the 20 slots in a subframe
*/
The text was updated successfully, but these errors were encountered:
lib/src/phy/ch_estimation/refsignals_dl_nbiot.c
91-93
Why are there 20 slots mentioned in a subframe when there are 2 slots in a subframe and 20 slots in a frame?
Slot - 0.5ms
Subframe - 1ms
Frame - 10ms
Or am I wrong about something?
lib/src/phy/ch_estimation/refsignals_dl.c
35-36
62-64
The text was updated successfully, but these errors were encountered: