RENEWLab  1.1.0
RENEW project
SISO_OFDM.py File Reference

Namespaces

 SISO_OFDM
 

Functions

def SISO_OFDM.init ()
 Functions #. More...
 
def SISO_OFDM.find_optimal_gain (sdrTx, sdrRx)
 
def SISO_OFDM.animate (i, num_samps_rd, rxStream, sdr, sdrTx, ofdm_params, tx_struct, ota, ofdm_obj, agc_en, infoTx)
 
def SISO_OFDM.txrx_app (args, rate, ampl, ant, txgain, rxgain, freq, bbfreq, serialTx, serialRx, ofdm_params, num_samps_rd, ota, ofdm_obj, agc_en)
 
def SISO_OFDM.main ()
 Main #. More...
 

Variables

bool SISO_OFDM.running = True
 Global Parameters #. More...
 
int SISO_OFDM.pkt_count = 0
 
int SISO_OFDM.nextValRX = 0
 
int SISO_OFDM.nextValTX = 0
 
int SISO_OFDM.prevValTX = 0
 
int SISO_OFDM.FIG_LEN = 2**13
 
int SISO_OFDM.APPLY_CFO_CORR = 1
 
int SISO_OFDM.APPLY_SFO_CORR = 1
 
int SISO_OFDM.APPLY_PHASE_CORR = 1
 
 SISO_OFDM.fig = plt.figure(figsize=(10, 20), dpi=120)
 Create Plots #. More...
 
 SISO_OFDM.hspace
 
 SISO_OFDM.top
 
 SISO_OFDM.bottom
 
 SISO_OFDM.gs = gridspec.GridSpec(ncols=4, nrows=5)
 
 SISO_OFDM.ax1 = fig.add_subplot(gs[0, :])
 
 SISO_OFDM.title = ax1.text(0.5, 1, '|', ha="center")
 
 SISO_OFDM.label
 
 SISO_OFDM.animated
 
 SISO_OFDM.fontsize
 
 SISO_OFDM.ax2 = fig.add_subplot(gs[1, :])
 
 SISO_OFDM.ax3 = fig.add_subplot(gs[2, :])
 
 SISO_OFDM.ax4 = fig.add_subplot(gs[3, :])
 
 SISO_OFDM.ax5 = fig.add_subplot(gs[4, 0:2])
 
 SISO_OFDM.ax6 = fig.add_subplot(gs[4, 2:4])