C# Class AcoustID.Chromaprint.Spectrum

TODO: Update summary.
Inheritance: IFFTFrameConsumer
Mostrar archivo Open project: wo80/AcoustID.NET Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
FirstIndex ( int band ) : int
LastIndex ( int band ) : int
NumBands ( ) : int

Private Methods

Method Description
PrepareBands ( int num_bands, int min_freq, int max_freq, int frame_size, int sample_rate ) : void

Method Details

Consume() public method

public Consume ( double frame ) : void
frame double
return void

FirstIndex() protected method

protected FirstIndex ( int band ) : int
band int
return int

LastIndex() protected method

protected LastIndex ( int band ) : int
band int
return int

NumBands() protected method

protected NumBands ( ) : int
return int

Spectrum() public method

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
return AcoustID.Util