mmCEsim 0.3.0
mmWave Channel Estimation Simulation
|
Utilities specified for mmCEsim. More...
Functions | |
template<typename T > | |
static std::string | to_string (const T &x) |
Change a number to string. More... | |
Utilities specified for mmCEsim.
This is used because this is in violation to the normal std namespace.
|
inlinestatic |
Change a number to string.
This is useful because we do not want trailing 0 for a float number conversion.
T | The number data type. |
x | The number. |