Searched refs:radPerSample (Results 1 – 1 of 1) sorted by relevance
61 double radPerSample = 2 * Math.PI / (Common.PLAYING_SAMPLE_RATE_HZ / frequency); in getPip() local63 pipArray[i] = window[i] * Math.sin(i * radPerSample); in getPip()