libcdx: Interfaces to the Channel Data Exchange (CDX) File Format
C++, Python, and Matlab library to exchange data for radio propagation channels
|
![]() |
Files | |
file | cdx-display |
Classes | |
class | cdx-display.ChannelLink |
Class that generates a QWidget into which all plots for a link are inserted. More... | |
class | cdx-display.CDXDisplayWindows |
Class to display a Window with a number of plots per link in a CDX file. More... | |
Functions | |
def | cdx-display.call_make_power_axes (cdx_figures, power_ax, link_name, power_result_queue) |
Helper function to run cdx_figures.make_power_axes as a separate thread Not active in the moment, see comment above for import multiprocessing. | |
Variables | |
dictionary | cdx-display.params |
cdx-display.parser = argparse.ArgumentParser() | |
Main function for cdx-display. | |
cdx-display.help | |
cdx-display.action | |
cdx-display.args = parser.parse_args() | |
cdx-display.file_name = args.input | |
bool | cdx-display.enable_pdp = False |
cdx-display.app = QtGui.QApplication(sys.argv) | |
cdx-display.form = CDXDisplayWindows(args.input, enable_pdp) | |