Hello,
I would like to test TX for ltem. I'm using nrf9160.
I would like to use:
- Band: 1
- Frequency: 1950 MHz
- Tx power: 23 dBm
- Bandwidth: 5 MHz
- Modulation: QPSK
I'm using AT command XRFTEST:
AT%%XRFTEST=1,1,1,19500,23,1,0,6,0,0,3,3,0
I have some questions:
1. I've read on nRF9160 documentation that its maximum transmission bandwidth is of 1.4 MHz (https://docs-be.nordicsemi.com/bundle/ps_nrf9160/page/nRF9160_PS_v2.2.pdf?_LANG=enus, page 428, 7.5.1 Key RF parameters for Cat-M1).
So in that case:
=> why on AT command we can choose a system bandwidth of 5 MHz (https://docs.nordicsemi.com/bundle/ref_at_commands/page/REF/at_commands/production_test/xrftest_tx_set.html) ?
=> When I set 5 MHz of bandwidth, at spectrum analyser I get a bandwidth of 1.4 MHz. This is normal ?
=> If maximum transmission bandwidth is of 1.4 MHz, why it supports band 1 ?
I've found this website https://www.sharetechnote.com/html/Handbook_LTE_BL_CE_Narrowband.html which explains the following:
"LTE-M1 System Bandwidth is always 1.4 Mhz, but legacy LTE System BW with which LTE-M1 operate can be wider than 1.4. When LTE-M1 operate in a wider legacy LTE band, it split the wider band into multiples of 1.4 Mhz band slot and use any one of those slots. These 1.4 slot for LTE-M1 is called 'Narrowband'."
So maybe this explains why nRF9160 supports band 1 and bandwidth of 5 MHz.
2. As you can see on my AT command, I've set: RB/tone_count=6, RB/tone_start_position=0 and Narrowband index=3. I've set these values following an example.
My questions are:
=> What does RB/tone_count mean ? It indicates the number of subcarriers ?
=> What does RB/tone_start_position mean ?
=> What is the effect of choosing another narrowband index, for example 0?
Thanks in advance !