libcdx: Interfaces to the Channel Data Exchange (CDX) File Format
C++, Python, and Matlab library to exchange data for radio propagation channels
|
This is the complete list of members for CDX::File, including all inherited members.
c0_m_s | CDX::File | protected |
cir_rate_Hz | CDX::File | protected |
delay_type | CDX::File | protected |
File(std::string _file_name) | CDX::File | |
File(std::string _file_name, double _c0_m_s, double _cir_rate_Hz, double _transmitter_frequency_Hz, const std::vector< std::string > &_link_names) | CDX::File | |
file_name | CDX::File | protected |
get_c0_m_s() const | CDX::File | inline |
get_cir_rate_Hz() const | CDX::File | inline |
get_file_handle() const | CDX::File | inline |
get_link_names() const | CDX::File | inline |
get_nof_links() const | CDX::File | inline |
get_transmitter_frequency_Hz() const | CDX::File | inline |
h5file | CDX::File | protected |
link_groups | CDX::File | protected |
link_names | CDX::File | protected |
links_group | CDX::File | protected |
nof_links | CDX::File | protected |
read_double_h5(H5::H5File file, std::string dataset_name) | CDX::File | static |
read_string_h5(H5::H5File file, std::string path) | CDX::File | static |
transmitter_frequency_Hz | CDX::File | protected |
~File() | CDX::File | virtual |