General question about LMS_Calibrate()

Hello,

Just wondering, when using LMS API, is it generally recommended to call LMS_Calibrate() function after each change to center frequency or bandwidth on LimeSDR?

I am writing some code to read sample streams at various center frequencies, and didn’t know if I should repeatedly call LMS_Calibrate().

Many thanks!

Calibration should be done after center frequency or gain change.

1 Like

That is very useful to know, thank you.