bbc-vamp-plugins  1.0
Rhythm Member List
This is the complete list of members for Rhythm, including all inherited members.
autocorrelation(vector< float > signal_in, int startShift_in, int endShift_in, vector< float > &autocor_out) (defined in Rhythm)Rhythm [protected]
average_windowRhythm [protected]
bandHighFreqRhythm [protected]
calculateBandFreqs()Rhythm [protected]
canny(float n) (defined in Rhythm)Rhythm [protected]
cannyConvolve(vector< vector< float > > envelope_in, vector< float > &onset_out) (defined in Rhythm)Rhythm [protected]
cannyLengthRhythm [protected]
cannyShapeRhythm [protected]
cannyWindowRhythm [protected]
findCorrelationPeaks(vector< float > autocor_in, float percentile_in, int windowLength_in, int shift_in, vector< int > &peaks_out, vector< int > &valleys_out) (defined in Rhythm)Rhythm [protected]
findMeanPeak(vector< float > signal, vector< int > peaks, int shift) (defined in Rhythm)Rhythm [protected]
findOnsetPeaks(vector< float > onset_in, int windowLength_in, vector< int > &peaks_out) (defined in Rhythm)Rhythm [protected]
findRemainder(vector< int > peaks, int thisPeak) (defined in Rhythm)Rhythm [protected]
findTempo(vector< int > peaks) (defined in Rhythm)Rhythm [protected]
halfHannConvolve(vector< vector< float > > &envelope_out) (defined in Rhythm)Rhythm [protected]
halfHanning(float n) (defined in Rhythm)Rhythm [protected]
halfHannLengthRhythm [protected]
halfHannWindowRhythm [protected]
intensityRhythm [protected]
max_bpmRhythm [protected]
min_bpmRhythm [protected]
movingAverage(vector< float > signal_in, int windowLength_in, float threshold_in, vector< float > &average_out, vector< float > &difference_out) (defined in Rhythm)Rhythm [protected]
normalise(vector< float > signal_in, vector< float > &normalised_out) (defined in Rhythm)Rhythm [protected]
numBandsRhythm [protected]
peak_windowRhythm [protected]
thresholdRhythm [protected]