Searched refs:fourierCoeff (Results 1 – 1 of 1) sorted by relevance
159 Complex fourierCoeff = new Complex(0, 0); in measurePipStrength() local164 fourierCoeff = fourierCoeff.add(phasor.multiply(noisePoints[j])); in measurePipStrength()167 fourierCoeff = fourierCoeff.multiply(1.0 / noisePoints.length); in measurePipStrength()168 noisePower[i][s] = fourierCoeff.multiply(fourierCoeff.conjugate()).abs(); in measurePipStrength()196 Complex fourierCoeff = new Complex(0, 0); in measurePipStrength() local201 fourierCoeff = fourierCoeff.add(phasor.multiply(pipPoints[j])); in measurePipStrength()204 fourierCoeff = fourierCoeff.multiply(1.0 / pipPoints.length); in measurePipStrength()207 fourierCoeff.multiply(fourierCoeff.conjugate()).abs(); in measurePipStrength()