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