public class HammingWindow extends java.lang.Object implements WindowFunction
Constructor and Description |
---|
HammingWindow(int windowSize) |
Modifier and Type | Method and Description |
---|---|
void |
applyWindow(double[] samples)
Apply the windowing function to the provided input data in-place.
|
public void applyWindow(double[] samples)
WindowFunction
applyWindow
in interface WindowFunction
samples
- - the array of audio samples