Searched refs:PIP_NUM (Results 1 – 5 of 5) sorted by relevance
78 double[] coeffOfVar = new double[Common.PIP_NUM]; in isConsistent()79 for (int i = 0; i < Common.PIP_NUM; i++) { in isConsistent()148 noisePower = new double[Common.PIP_NUM][Common.NOISE_SAMPLES]; in measurePipStrength()149 noiseDB = new double[Common.PIP_NUM]; in measurePipStrength()157 for (int i = 0; i < Common.PIP_NUM; i++) { in measurePipStrength()171 for (int i = 0; i < Common.PIP_NUM; i++) { in measurePipStrength()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()183 if (i % Common.PIP_NUM == 0) { in measurePipStrength()184 listener.sendMessage("#" + (i / Common.PIP_NUM + 1) + "\n"); in measurePipStrength()[all …]
167 + Common.PIP_NUM * (Common.PIP_DURATION_S + Common.PAUSE_DURATION_S) in onCreate()224 Double[] frequencies = new Double[Common.PIP_NUM]; in plotResponse()225 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()234 Double[] powerWrap = new Double[Common.PIP_NUM]; in plotResponse()235 for (int j = 0; j < Common.PIP_NUM; j++) { in plotResponse()250 Double[] noiseDBWrap = new Double[Common.PIP_NUM]; in plotResponse()251 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()266 Double[] dBWrap = new Double[Common.PIP_NUM]; in plotResponse()267 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
187 + Common.PIP_NUM * (Common.PIP_DURATION_S + Common.PAUSE_DURATION_S) in onCreate()265 Double[] frequencies = new Double[Common.PIP_NUM]; in plotResponse()266 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()274 Double[] powerWrap = new Double[Common.PIP_NUM]; in plotResponse()275 for (int j = 0; j < Common.PIP_NUM; j++) { in plotResponse()290 Double[] noiseDBWrap = new Double[Common.PIP_NUM]; in plotResponse()291 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()306 Double[] dBWrap = new Double[Common.PIP_NUM]; in plotResponse()307 for (int i = 0; i < Common.PIP_NUM; i++) { in plotResponse()
36 public static final int PIP_NUM = FREQUENCIES_ORIGINAL.length; field in Common132 int[] order = new int[REPETITIONS * PIP_NUM]; in order()135 for (int i = 0; i < REPETITIONS * PIP_NUM; i++) { in order()
15 int pipNum = Common.PIP_NUM; in SoundGenerator()