libalaudio
1.12
|
Public Member Functions | |
ALAcousticalModel (unsigned int nbMicrophones, std::vector< Math::Position3D > microsPosition) | |
default constructor or destructor | |
std::vector< float > | computeAngle (const std::vector< int > itdValues, const std::string mod) |
compute angle of a sound source | |
void | getITDmaxLR (int &ITD) |
getITDmax left/right | |
void | getITDmaxFR (int &ITD) |
getITDmax front/rear | |
void | getITDmaxV6 (std::vector< int > &ITD) |
getITDmax model 6 microphones | |
std::vector< float > | forwardITD (const std::vector< int > &pITDValues, float &proba) const |
void | getITDMatrix (std::vector< std::vector< int > > &vector) const |
getITDMatrix | |
void | getITDMatrixCalibration (std::vector< std::vector< int > > &vector) const |
void | getSoundSpeed (float &pSoundSpeed) const |
void | getSampleRate (float &pSampleRate) const |
void | getMicrosPosition (std::vector< Math::Position3D > &pMicrosPosition) const |
float | forwardITDUpdateValues (const std::vector< float > &ITDValuesOrig, std::vector< float > &ITDValues) |
void | backwardITD (Math::Position3D pos, std::vector< int > &itdValues) |
Definition at line 21 of file alacousticalmodel.h.