Searched refs:getRmsError (Results 1 – 6 of 6) sorted by relevance
117 float getRmsError(uint8_t* refData, int length);
322 float OutputManager::getRmsError(uint8_t* refData, int length) { in getRmsError() function in OutputManager
368 float error = ref->getRmsError(mRefData, mRefLength); in testSimpleDecode()
312 ref.getRmsError(refData) <= mRmsError); in testSimpleDecode()
393 float getRmsError(short[] refData) { in getRmsError() method in OutputManager
1493 private double getRmsError(short[] signal) throws RuntimeException {1526 double rmse = getRmsError(decoded);1572 double rmse = getRmsError(decoded);