Searched refs:FREQUENCIES_ORIGINAL (Results 1 – 4 of 4) sorted by relevance
113 int indexOf2000Hz = Util.findClosest(Common.FREQUENCIES_ORIGINAL, 2000.0); in responsePassesHifiTest()115 int indexOf18500Hz = Util.findClosest(Common.FREQUENCIES_ORIGINAL, 18500.0); in responsePassesHifiTest()116 int indexOf20000Hz = Util.findClosest(Common.FREQUENCIES_ORIGINAL, 20000.0); in responsePassesHifiTest()158 double freq = Common.FREQUENCIES_ORIGINAL[i]; in measurePipStrength()
35 public static final double[] FREQUENCIES_ORIGINAL = originalFrequencies(); field in Common36 public static final int PIP_NUM = FREQUENCIES_ORIGINAL.length;
222 frequencies[i] = new Double(Common.FREQUENCIES_ORIGINAL[i]); in plotResponse()
264 frequencies[i] = new Double(Common.FREQUENCIES_ORIGINAL[i]); in plotResponse()