16 #ifndef _FFT_FUZZY_ADAPTER_H_ 17 #define _FFT_FUZZY_ADAPTER_H_ 31 int fillFromColumn = 0);
52 void getValuesAt(
int x,
int y,
float &real,
float &imaginary) {
int getFillCompletion() const
float getPhaseAt(int x, int y)
bool isLocalPeak(int x, int y)
bool isOverThreshold(int x, int y, float threshold)
float getMaximumMagnitudeAt(int x)
float getMagnitudeAt(int x, int y)
float getMaximumMagnitudeAt(int x)
float getMagnitudeAt(int x, int y)
int getFillExtent() const
float getPhaseAt(int x, int y)
FFTFuzzyAdapter & operator=(const FFTFuzzyAdapter &)
bool isColumnReady(int x)
int getFillCompletion() const
void getValuesAt(int x, int y, float &real, float &imaginary)
Base class for models containing dense two-dimensional data (value against time).
FFTFuzzyAdapter(const DenseTimeValueModel *model, int channel, WindowType windowType, int windowSize, int windowIncrement, int fftSize, bool polar, int fillFromColumn=0)
float getNormalizedMagnitudeAt(int x, int y)
bool isColumnReady(int x)
int getFillExtent() const
float getNormalizedMagnitudeAt(int x, int y)
void getValuesAt(int x, int y, float &real, float &imaginary)