|
static std::vector< size_t > | StrToChannels (const std::string &channel) |
|
static std::vector< std::complex< int16_t > > | DoubleToCint16 (const std::vector< std::vector< double >> &in) |
|
static std::vector< std::complex< float > > | DoubleToCfloat (const std::vector< std::vector< double >> &in) |
|
static std::vector< std::complex< float > > | Uint32tocfloat (const std::vector< uint32_t > &in, const std::string &order) |
|
static std::vector< std::complex< float > > | Cint16ToCfloat32 (const std::vector< std::complex< int16_t >> &in) |
|
static std::vector< uint32_t > | Cint16ToUint32 (const std::vector< std::complex< int16_t >> &in, bool conj, const std::string &order) |
|
static std::vector< uint32_t > | Cfloat32ToUint32 (const std::vector< std::complex< float >> &in, bool conj, const std::string &order) |
|
static std::vector< std::vector< size_t > > | LoadSymbols (std::vector< std::string > const &frames, char sym) |
|
static void | LoadDevices (std::string filename, std::vector< std::string > &data) |
|
static void | LoadData (const char *filename, std::vector< std::complex< int16_t >> &data, int samples) |
|
static void | LoadData (const char *filename, std::vector< unsigned > &data, int samples) |
|
static void | LoadTddConfig (const std::string &filename, std::string &jconfig) |
|
static std::vector< std::string > | Split (const std::string &s, char delimiter) |
|
static void | PrintVector (const std::vector< std::complex< int16_t >> &data) |
|
static void | WriteBinaryFile (const std::string &name, size_t elem_size, size_t buffer_size, void *buff) |
|
static void | PrintVec (const arma::cx_fvec &c, const std::string &ss) |
|
static void | SaveVec (const arma::cx_fvec &c, const std::string &filename, const std::string &, const bool) |
|
static void | PrintMat (const arma::cx_fmat &c, const std::string &ss) |
|
static void | SaveMat (const arma::cx_fmat &c, const std::string &filename, const std::string &ss, const bool append) |
|