Agora  1.2.0
Agora project
Utils Member List

This is the complete list of members for Utils, including all inherited members.

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