Package org.tritonus.lowlevel.dsp

Interface Summary
Filter Common interface for all types of filters.
Source Common interface for all types of audio data sources.
Window Common interface for all types of windows.
 

Class Summary
Complex This class implements complex numbers.
FilterDesign Several methods to design digital filters.
FIR A Finite Impulse Response (FIR) filter.
HammingWindow An implementation of the Hamming window.
KaiserWindow An implementation of the Kaiser window.
PinkNoise  
RectangularWindow An implementation of the Rectangular window.
Sfun Collection of special functions.
Util Helper methods used for filter design.
WhiteNoise