|
Agora
1.2.0
Agora project
|
Data generator to generate binary files as inputs to Agora, sender and correctness tests. More...
#include "data_generator.h"#include <immintrin.h>#include <bitset>#include <fstream>#include <iostream>#include <memory>#include "armadillo"#include "comms-lib.h"#include "config.h"#include "crc.h"#include "datatype_conversion.h"#include "logger.h"#include "memory_manage.h"#include "modulation.h"#include "scrambler.h"#include "simd_types.h"#include "utils_ldpc.h"
Functions | |
| static float | RandFloatFromShort (float min, float max) |
Variables | |
| static constexpr bool | kPrintDebugCSI = false |
| static constexpr bool | kDebugPrintRxData = false |
| static constexpr bool | kPrintDlTxData = false |
| static constexpr bool | kPrintDlModData = false |
| static constexpr bool | kPrintUplinkInformationBytes = false |
| static constexpr bool | kPrintDownlinkInformationBytes = false |
| static const std::string | kUlDataPrefix = "orig_ul_data_" |
| Output files. More... | |
| static const std::string | kUlLdpcDataPrefix = "LDPC_orig_ul_data_" |
| static const std::string | kDlDataPrefix = "orig_dl_data_" |
| static const std::string | kDlLdpcDataPrefix = "LDPC_orig_dl_data_" |
| static const std::string | kRxLdpcPrefix = "LDPC_rx_data_" |
| static const std::string | kDlTxPrefix = "LDPC_dl_tx_data_" |
| static const std::string | kUlScBitsPrefix = "ul_data_b_" |
Data generator to generate binary files as inputs to Agora, sender and correctness tests.
|
static |


|
staticconstexpr |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
static |
|
static |
Output files.
|
static |
|
static |