org.tritonus.lowlevel.dsp
Interface Window

All Known Implementing Classes:
HammingWindow, KaiserWindow, RectangularWindow

public interface Window

Common interface for all types of windows.


Method Summary
 double[] getWindow(int nOrder)
          Get an array containing the window coefficients.
 

Method Detail

getWindow

double[] getWindow(int nOrder)
Get an array containing the window coefficients.

Parameters:
nOrder - The number of elements that the returned array should have.