libcdx: Interfaces to the Channel Data Exchange (CDX) File Format
C++, Python, and Matlab library to exchange data for radio propagation channels
Files | Variables
cdx-compute-power-delay-profile
Collaboration diagram for cdx-compute-power-delay-profile:

Files

file  cdx-compute-power-delay-profile
 

Variables

int cdx-compute-power-delay-profile.figure_width_cm = 12
 
int cdx-compute-power-delay-profile.figure_height_cm = 12
 
int cdx-compute-power-delay-profile.figure_dpi = 100
 
dictionary cdx-compute-power-delay-profile.params
 
 cdx-compute-power-delay-profile.parser = argparse.ArgumentParser()
 
 cdx-compute-power-delay-profile.help
 
 cdx-compute-power-delay-profile.action
 
 cdx-compute-power-delay-profile.default
 
 cdx-compute-power-delay-profile.e0
 
 cdx-compute-power-delay-profile.args = parser.parse_args()
 
bool cdx-compute-power-delay-profile.store_figure = True
 
 cdx-compute-power-delay-profile.file_name = args.input
 
 cdx-compute-power-delay-profile.cdx_file = cdx.ReadContinuousDelayFile.ReadContinuousDelayFile(args.input)
 
 cdx-compute-power-delay-profile.cdx_figures = cdx.FiguresGenerator.FiguresGenerator(args.input)
 
 cdx-compute-power-delay-profile.cir_rate = cdx_file.get_cir_rate()
 
 cdx-compute-power-delay-profile.nof_links = cdx_file.get_nof_links()
 
 cdx-compute-power-delay-profile.fig = plt.figure(figsize=(figure_width_cm / 2.54, figure_height_cm / 2.54), dpi=figure_dpi)
 
int cdx-compute-power-delay-profile.act_plot = 1
 
 cdx-compute-power-delay-profile.ax = fig.add_subplot(nof_links, 1, act_plot)
 
 cdx-compute-power-delay-profile.head
 
 cdx-compute-power-delay-profile.file_prefix
 
 cdx-compute-power-delay-profile.extension = "_pdp.png"
 
 cdx-compute-power-delay-profile.out_file_name = file_prefix + extension
 
 cdx-compute-power-delay-profile.bbox_inches
 
 cdx-compute-power-delay-profile.dpi
 

Detailed Description

Variable Documentation

◆ params

dictionary cdx-compute-power-delay-profile.params
Initial value:
1 = {'legend.fontsize': 7,
2  'font.size' : 7,
3  'font.family': 'sans-serif',
4  'xtick.labelsize': 7,
5  'ytick.labelsize': 7,
6  'axes.labelsize': 7,
7  'lines.linewidth': 1.0,
8  'axes.linewidth': 0.5
9 # 'legend.linewidth': 0.5
10  }