Package org.hermit.dsp

A small library of digital signal processing (DSP) utilities.

See:
          Description

Class Summary
FFTTransformer Implementation of the Cooley–Tukey FFT algorithm by Tsan-Kuang Lee, for real-valued data and results: http://www.ling.upenn.edu/~tklee/Projects/dsp/
SignalPower A power metering algorithm.
Window A windowing function for a discrete signal.
 

Enum Summary
Window.Function Definitions of the available window functions.
 

Package org.hermit.dsp Description

A small library of digital signal processing (DSP) utilities.