TX Buffer value range

When sending a custom generated signal through the LimeSDR API using the LMS_SendStream function, what is the range of values I can send? i.e. What is the highest and lowest value any number in the buffer can take.

I looked around for a while but was not able to find this information written down.

Well, it depends on how you configure it using LMS_SetupStream function. You pass stream structure and dataFmt field defines your sample format. Check more here:
https://docs.myriadrf.org/LMS_API/group___f_n___s_t_r_e_a_m.html#ga77a9a5cd43aea28499a07f93951640b2
https://docs.myriadrf.org/LMS_API/structlms__stream__t.html#aa474089eae4ea7c4d145f0e743380844

1 Like