RENEWLab  1.1.0
RENEW project
digital_rssi Namespace Reference

Functions

def setUpDigitalRssiMode (sdr)
 
def getDigitalRSSI (sdr, agc_avg)
 
def main ()
 

Detailed Description

 digital_rssi.py

 Read Digital RSSI values computed by LMS7

---------------------------------------------------------------------
 Copyright © 2018-2019. Rice University.
 RENEW OPEN SOURCE LICENSE: http://renew-wireless.org/license
---------------------------------------------------------------------

Function Documentation

◆ getDigitalRSSI()

def digital_rssi.getDigitalRSSI (   sdr,
  agc_avg 
)
    Read the digital RSSI registers (18-bits total)
    agc_avg: NO LONGER NEEDED - Should be a value between 0 and 7. The system takes a window of 2^(agc_avg+7) samples
    Return: digital RSSI value and Power in dBm
Here is the caller graph for this function:

◆ main()

def digital_rssi.main ( )
Here is the call graph for this function:

◆ setUpDigitalRssiMode()

def digital_rssi.setUpDigitalRssiMode (   sdr)
    Setup to enable digital RSSI readings
Here is the caller graph for this function: