#include <Audio.h>
Inheritance diagram for AudioMeanFeature:
Public Member Functions | |
virtual const string | getName () const |
virtual string | toString () const |
Protected Member Functions | |
AudioMeanFeature (double *minval, double *maxval) | |
AudioMeanFeature (double *minval, double *maxval, double mean) | |
Friends | |
class | AudioFeatureProvider |
This feature extracts the mean signal level out of the input signal. After each call to nextSample the time window taken for calculating the mean value is cleared.
|
Feature constructor This constructor initializes the feature with a random value and should thus only be used for creating e.g. prototypes of points in a clustering space. For creating a specific sample of a feature, the second constructor should be used.
|
|
Sample constructor This constructor initializes the feature with a specific value and should thus be used for samples.
|
|
Query a features name
Reimplemented from NumericalContinuousFeature. |
|
This is only for testing. Reimplemented from NumericalContinuousFeature. |