#include <Audio.h>
Inheritance diagram for AudioBandFeature:
Public Member Functions | |
virtual const string | getName () const |
virtual string | toString () const |
Protected Member Functions | |
AudioBandFeature (double *minval, double *maxval) | |
AudioBandFeature (double *minval, double *maxval, double val) | |
Friends | |
class | AudioFeatureProvider |
This feature represents a subband of the frequency spectrum. The calculation is performed using the FFT algorithm. The feature has to be referenced as "Audio.Band.[n]" where n is a number in the intervall [0; bands]. The maximum number of bands is a global variable defined in the AudioFeatureProvider.
|
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. |