Package com.icdif.audio.analysis

Class Summary
DFT DFT stands for Discrete Fourier Transform and is the most widely used Fourier Transform.
FFT FFT stands for Fast Fourier Transform.
FourierTransform A Fourier Transform is an algorithm that transforms a signal in the time domain, such as a sample buffer, into a signal in the frequency domain, often called the spectrum.
PeakDetector This class receives the SpectralDifference and calculates the Peaks.
SamplesReader This function reads samples, a window at a time, from the Decoder and saves them in an Attribute
SpectralDifference This class is meant to do the calculations needed to obtain a spectral difference (or spectral flux) function.