I am porting the Lime SDR Mini V2 (LimeSuite) driver to an embedded system I am developing. I have a few questions:
- I see there is a LMS_Calibrate API. I see some examples, but it isn’t clear how it is used correctly, or how make time it takes, or if it should be done every time the driver is started.
Can someone explain the correct way to calibrate and when and how often it should be done?
- I see in LMS_SendStream and LMS_RecvStream have a nsamples (number of samples) in the parameter list. A sample is an I value and Q value so am I right that a single sample takes up two int16_t or 32 bits?
Thanks,
M-