HomeSort by relevance Sort by last modified time
    Searched refs:pitch_rms_error (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 76 public static final float pitch_rms_error = 0.15f; field in class:RVCVXCheckTestActivity.Criterion
194 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error,
229 mReport.pitch_rms_error, mReport.pitch_max_error,
319 Assert.assertEquals("Pitch RMS error", 0.0, mReport.pitch_rms_error,
320 Criterion.pitch_rms_error);
RVCVXCheckAnalyzer.java 90 public double pitch_rms_error; field in class:RVCVXCheckAnalyzer.AnalyzeReport
144 writer.name("pitch_rms_error").value(pitch_rms_error);
259 report.pitch_rms_error = Math.sqrt(calcSqrErr(vrecs, srecs2, 1));
    [all...]

Completed in 181 milliseconds