Searched refs:REPETITIONS (Results 1 – 6 of 6) sorted by relevance
41 public static final int REPETITIONS = 5; field in Common107 double[] randomFrequencies = new double[Common.REPETITIONS * originalFrequencies.length]; in frequencies()108 for (int i = 0; i < REPETITIONS * originalFrequencies.length; i++) { in frequencies()141 int[] order = new int[REPETITIONS * PIP_NUM]; in order()144 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()
82 double[] powerAtFreq = new double[Common.REPETITIONS]; in isConsistent()83 for (int j = 0; j < Common.REPETITIONS; j++) { in isConsistent()183 power = new double[Common.PIP_NUM][Common.REPETITIONS]; in measurePipStrength()184 for (int i = 0; i < Common.PIP_NUM * Common.REPETITIONS; i++) { in measurePipStrength()
177 * Common.REPETITIONS)); in onCreate()242 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()
125 * Common.REPETITIONS)); in onCreate()
197 * Common.REPETITIONS)); in onCreate()282 for(int i = 0; i < Common.REPETITIONS; i++) { in plotResponse()