Ardour
9.0-pre0-386-g96ef4d20f2
|
#include <BeatSpectrum.h>
Public Member Functions | |
BeatSpectrum () | |
~BeatSpectrum () | |
std::vector< double > | process (const std::vector< std::vector< double > > &inmatrix) |
Given a matrix of "feature values", calculate a self-similarity vector. The resulting vector will have half as many elements as the number of columns in the matrix. This is based on the SoundBite rhythmic similarity code.
Definition at line 28 of file BeatSpectrum.h.
|
inline |
Definition at line 31 of file BeatSpectrum.h.
|
inline |
Definition at line 32 of file BeatSpectrum.h.
std::vector<double> BeatSpectrum::process | ( | const std::vector< std::vector< double > > & | inmatrix | ) |