mmCEsim 0.3.0
mmWave Channel Estimation Simulation
mmce Namespace Reference

Utilities specified for mmCEsim. More...

Functions

template<typename T >
static std::string to_string (const T &x)
 Change a number to string. More...
 

Detailed Description

Utilities specified for mmCEsim.

This is used because this is in violation to the normal std namespace.

Function Documentation

◆ to_string()

template<typename T >
static std::string mmce::to_string ( const T &  x)
inlinestatic

Change a number to string.

This is useful because we do not want trailing 0 for a float number conversion.

Template Parameters
TThe number data type.
Parameters
xThe number.
Returns
(std::string) The converted string.
Here is the caller graph for this function: