Agora
1.2.0
Agora project
|
Functions | |
def | verify_hdf5 (hdf5, frame_i=100, cell_i=0, ofdm_sym_i=0, ant_i=0, user_i=0, ul_slot_i=0, dl_slot_i=0, subcarrier_i=10, offset=-1, thresh=0.001, deep_inspect=False, corr_thresh=0.00, exclude_bs_nodes=[], demod="") |
def | main () |
plot_hdf5.py Plotting from HDF5 file Script to analyze recorded hdf5 file from channel sounding (see Sounder/). Usage format is: ./plot_hdf5.py <hdf5_file_name> Example: ./plot_hdf5.py ../Sounder/logs/test-hdf5.py --------------------------------------------------------------------- Copyright © 2018-2022. Rice University. RENEW OPEN SOURCE LICENSE: http://renew-wireless.org/license ---------------------------------------------------------------------
def plot_hdf5.main | ( | ) |
def plot_hdf5.verify_hdf5 | ( | hdf5, | |
frame_i = 100 , |
|||
cell_i = 0 , |
|||
ofdm_sym_i = 0 , |
|||
ant_i = 0 , |
|||
user_i = 0 , |
|||
ul_slot_i = 0 , |
|||
dl_slot_i = 0 , |
|||
subcarrier_i = 10 , |
|||
offset = -1 , |
|||
thresh = 0.001 , |
|||
deep_inspect = False , |
|||
corr_thresh = 0.00 , |
|||
exclude_bs_nodes = [] , |
|||
demod = "" |
|||
) |
Plot data in the hdf5 file to verify contents. Args: hdf5: An hdf5_lib object. frame_i: The index of the frame to be plotted. cell_i: The index of the hub where base station is connected. ofdm_sym_i: The index of the reference ofdm symbol in a pilot. ant_i: The index of the reference base station antenna. user_i: The index of the reference user.