LimeSDR Signal Generator

Doing frequency hopping this way is not correct, as this could only work for extremely small changes. If you change (0x011D or 0x011E) too much, PLL can lose lock and would need retuning.

To change center frequency reliably you need to write correct values to these registers:
0x011C[10], 0x011D, 0x011E, 0x011F[8:6], 0x0121[10:1]

Or use NCO to upconvert/downconvert your signal. It’s possible to have 16 frequency offests configured in 0x0241:0x0261 registers, and switch between them using 0x0240[4:1] bits.

3 Likes