#include <FFTFuzzyAdapter.h>
|
| | FFTFuzzyAdapter (const DenseTimeValueModel *model, int channel, WindowType windowType, int windowSize, int windowIncrement, int fftSize, bool polar, int fillFromColumn=0) |
| |
| | ~FFTFuzzyAdapter () |
| |
| int | getWidth () const |
| |
| int | getHeight () const |
| |
| float | getMagnitudeAt (int x, int y) |
| |
| float | getNormalizedMagnitudeAt (int x, int y) |
| |
| float | getMaximumMagnitudeAt (int x) |
| |
| float | getPhaseAt (int x, int y) |
| |
| void | getValuesAt (int x, int y, float &real, float &imaginary) |
| |
| bool | isColumnReady (int x) |
| |
| bool | isLocalPeak (int x, int y) |
| |
| bool | isOverThreshold (int x, int y, float threshold) |
| |
| int | getFillCompletion () const |
| |
| int | getFillExtent () const |
| |
Definition at line 21 of file FFTFuzzyAdapter.h.
◆ FFTFuzzyAdapter() [1/2]
| FFTFuzzyAdapter::FFTFuzzyAdapter |
( |
const DenseTimeValueModel * |
model, |
|
|
int |
channel, |
|
|
WindowType |
windowType, |
|
|
int |
windowSize, |
|
|
int |
windowIncrement, |
|
|
int |
fftSize, |
|
|
bool |
polar, |
|
|
int |
fillFromColumn = 0 |
|
) |
| |
◆ ~FFTFuzzyAdapter()
| FFTFuzzyAdapter::~FFTFuzzyAdapter |
( |
| ) |
|
◆ FFTFuzzyAdapter() [2/2]
◆ getWidth()
| int FFTFuzzyAdapter::getWidth |
( |
| ) |
const |
|
inline |
◆ getHeight()
| int FFTFuzzyAdapter::getHeight |
( |
| ) |
const |
|
inline |
◆ getMagnitudeAt()
| float FFTFuzzyAdapter::getMagnitudeAt |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ getNormalizedMagnitudeAt()
| float FFTFuzzyAdapter::getNormalizedMagnitudeAt |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ getMaximumMagnitudeAt()
| float FFTFuzzyAdapter::getMaximumMagnitudeAt |
( |
int |
x | ) |
|
|
inline |
◆ getPhaseAt()
| float FFTFuzzyAdapter::getPhaseAt |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ getValuesAt()
| void FFTFuzzyAdapter::getValuesAt |
( |
int |
x, |
|
|
int |
y, |
|
|
float & |
real, |
|
|
float & |
imaginary |
|
) |
| |
|
inline |
◆ isColumnReady()
| bool FFTFuzzyAdapter::isColumnReady |
( |
int |
x | ) |
|
|
inline |
◆ isLocalPeak()
| bool FFTFuzzyAdapter::isLocalPeak |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ isOverThreshold()
| bool FFTFuzzyAdapter::isOverThreshold |
( |
int |
x, |
|
|
int |
y, |
|
|
float |
threshold |
|
) |
| |
|
inline |
◆ getFillCompletion()
| int FFTFuzzyAdapter::getFillCompletion |
( |
| ) |
const |
|
inline |
◆ getFillExtent()
| int FFTFuzzyAdapter::getFillExtent |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ m_server
Definition at line 75 of file FFTFuzzyAdapter.h.
Referenced by FFTFuzzyAdapter(), getFillCompletion(), getFillExtent(), getHeight(), getMagnitudeAt(), getMaximumMagnitudeAt(), getNormalizedMagnitudeAt(), getPhaseAt(), getValuesAt(), getWidth(), isColumnReady(), and ~FFTFuzzyAdapter().
◆ m_xshift
| int FFTFuzzyAdapter::m_xshift |
|
private |
◆ m_yshift
| int FFTFuzzyAdapter::m_yshift |
|
private |
The documentation for this class was generated from the following files: