I want to experiment with long-range transmit (TX) and receive (RX) using the LimeSDR Mini 2.4. To do this, I need to establish an Automatic Gain Control (AGC) loop by observing both:
The RF RSSI (pre-RXLNAW), and
The digital RSSI.
Current Status:
I’ve been able to find the LimeSuite functions that read the digital RSSI, but I haven’t been able to find any LimeSuite function for reading the RF RSSI.
Questions:
Is there a direct function in LimeSuite to read the RF RSSI?
If yes, please direct me to it.
If no, how can I access or calculate the RF RSSI?
I would like to make these functions into Octave-callable C++ binding, since the rest of my project is implemented in Octave.
Is it possible to wrap these LimeSuite functions (if they exist) into Octave-callable C++ binding and use them from within Octave?