C# 클래스 AcoustID.Chromaprint.SpectralCentroid

TODO: Update summary.
상속: IFFTFrameConsumer
파일 보기 프로젝트 열기: wo80/AcoustID.NET

공개 메소드들

메소드 설명
Consume ( double frame ) : void
SpectralCentroid ( int num_bands, int min_freq, int max_freq, int frame_size, int sample_rate, IFeatureVectorConsumer consumer ) : AcoustID.Util

보호된 메소드들

메소드 설명
FirstIndex ( int band ) : int
LastIndex ( int band ) : int
NumBands ( ) : int

비공개 메소드들

메소드 설명
PrepareBands ( int num_bands, int min_freq, int max_freq, int frame_size, int sample_rate ) : void

메소드 상세

Consume() 공개 메소드

public Consume ( double frame ) : void
frame double
리턴 void

FirstIndex() 보호된 메소드

protected FirstIndex ( int band ) : int
band int
리턴 int

LastIndex() 보호된 메소드

protected LastIndex ( int band ) : int
band int
리턴 int

NumBands() 보호된 메소드

protected NumBands ( ) : int
리턴 int

SpectralCentroid() 공개 메소드

public SpectralCentroid ( 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
리턴 AcoustID.Util