Searched refs:FREQUENCIES_ORIGINAL (Results 1 – 4 of 4) sorted by relevance
115 int indexOf2000Hz = Util.findClosest(Common.FREQUENCIES_ORIGINAL, 2000.0); in responsePassesHifiTest()117 int indexOf18500Hz = Util.findClosest(Common.FREQUENCIES_ORIGINAL, 18500.0); in responsePassesHifiTest()118 int indexOf20000Hz = Util.findClosest(Common.FREQUENCIES_ORIGINAL, 20000.0); in responsePassesHifiTest()160 double freq = Common.FREQUENCIES_ORIGINAL[i]; in measurePipStrength()
44 public static final double[] FREQUENCIES_ORIGINAL = originalFrequencies(); field in Common45 public static final int PIP_NUM = FREQUENCIES_ORIGINAL.length;
235 frequencies[i] = new Double(Common.FREQUENCIES_ORIGINAL[i]); in plotResponse()
276 frequencies[i] = new Double(Common.FREQUENCIES_ORIGINAL[i]); in plotResponse()