libcdx: Interfaces to the Channel Data Exchange (CDX) File Format
C++, Python, and Matlab library to exchange data for radio propagation channels
|
Variables | |
dictionary | cdx-compute-multipath-to-line-of-sight-components-power-ratio.font = {'size' : 8} |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.parser = argparse.ArgumentParser() | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.help | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.action | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.args = parser.parse_args() | |
bool | cdx-compute-multipath-to-line-of-sight-components-power-ratio.store_figure = True |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.file_name = args.input | |
float | cdx-compute-multipath-to-line-of-sight-components-power-ratio.start_time = 0.0 |
float | cdx-compute-multipath-to-line-of-sight-components-power-ratio.length = 0.0 |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.cdx_file = cdx.ReadContinuousDelayFile.ReadContinuousDelayFile(file_name) | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.fig = plt.figure() | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.hspace | |
int | cdx-compute-multipath-to-line-of-sight-components-power-ratio.act_plot = 1 |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.total_nof_plots = cdx_file.get_nof_links() | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.times | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.los_powers | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.mp_powers | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.ax = fig.add_subplot(2, total_nof_plots, act_plot) | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.label | |
string | cdx-compute-multipath-to-line-of-sight-components-power-ratio.extension = ".png" |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.file_prefix | |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.tail | |
string | cdx-compute-multipath-to-line-of-sight-components-power-ratio.out_file_name = file_prefix + "_mp-and-los-powers-and-ratio" + extension |
cdx-compute-multipath-to-line-of-sight-components-power-ratio.dpi | |
Computes the total power of all multipath components and all line-of-sight components. Computes the ratio of total multipath to total line-of-sight components' powers
This script is part of the CDX Library.
Command line parameters:
Parameter | Function |
---|---|
-i <file_name> | input continuous-delay CDX file |
-f | File format of the plot file to be stored. Either png or pdf. If not present, plot is not saved to disk. |
-s | Start time in file when processing should begin in s. |
-l | Length to be processed in seconds. |