Searched refs:REPETITIONS (Results 1 – 5 of 5) sorted by relevance
32 public static final int REPETITIONS = 5; field in Common98 double[] randomFrequencies = new double[Common.REPETITIONS * originalFrequencies.length]; in frequencies()99 for (int i = 0; i < REPETITIONS * originalFrequencies.length; i++) { in frequencies()132 int[] order = new int[REPETITIONS * PIP_NUM]; in order()135 for (int i = 0; i < REPETITIONS * PIP_NUM; i++) { in order()
21 int sampleLength = prefixTotalLength + Common.REPETITIONS * repetitionLength; in SoundGenerator()30 for (int i = 0; i < pipNum * Common.REPETITIONS; i++) { in SoundGenerator()
80 double[] powerAtFreq = new double[Common.REPETITIONS]; in isConsistent()81 for (int j = 0; j < Common.REPETITIONS; j++) { in isConsistent()181 power = new double[Common.PIP_NUM][Common.REPETITIONS]; in measurePipStrength()182 for (int i = 0; i < Common.PIP_NUM * Common.REPETITIONS; i++) { in measurePipStrength()
164 * Common.REPETITIONS)); in onCreate()228 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()
182 * Common.REPETITIONS)); in onCreate()267 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()