C# Class AcoustID.Chromaprint.Spectrum

TODO: Update summary.
Inheritance: IFFTFrameConsumer
Afficher le fichier Open project: wo80/AcoustID.NET Class Usage Examples

Méthodes publiques

Méthode Description
Consume ( double frame ) : void
Spectrum ( int num_bands, int min_freq, int max_freq, int frame_size, int sample_rate, IFeatureVectorConsumer consumer ) : AcoustID.Util

Méthodes protégées

Méthode Description
FirstIndex ( int band ) : int
LastIndex ( int band ) : int
NumBands ( ) : int

Private Methods

Méthode Description
PrepareBands ( int num_bands, int min_freq, int max_freq, int frame_size, int sample_rate ) : void

Method Details

Consume() public méthode

public Consume ( double frame ) : void
frame double
Résultat void

FirstIndex() protected méthode

protected FirstIndex ( int band ) : int
band int
Résultat int

LastIndex() protected méthode

protected LastIndex ( int band ) : int
band int
Résultat int

NumBands() protected méthode

protected NumBands ( ) : int
Résultat int

Spectrum() public méthode

public Spectrum ( int num_bands, int min_freq, int max_freq, int frame_size, int sample_rate, IFeatureVectorConsumer consumer ) : AcoustID.Util
num_bands int
min_freq int
max_freq int
frame_size int
sample_rate int
consumer IFeatureVectorConsumer
Résultat AcoustID.Util