#include <ConstantQFolder.hxx>
Parameters:
Definition at line 41 of file ConstantQFolder.hxx.
Public Types | |
| typedef std::vector< double > | Chromagram |
Public Member Functions | |
| ConstantQFolder (unsigned nConstantQBins, int binsPerOctave) | |
| ~ConstantQFolder () | |
| void | doIt (const std::vector< double > &constantQData) |
| const Chromagram & | chromagram () const |
| Returns a chromagram that is the constant q transform for a a vector containing the added complex module of the bins that correspond to octaves. | |
| typedef std::vector<double> Simac::ConstantQFolder::Chromagram |
Definition at line 44 of file ConstantQFolder.hxx.
Definition at line 37 of file ConstantQFolder.cxx.
| Simac::ConstantQFolder::~ConstantQFolder | ( | ) |
Definition at line 44 of file ConstantQFolder.cxx.
| void Simac::ConstantQFolder::doIt | ( | const std::vector< double > & | constantQData | ) |
Definition at line 48 of file ConstantQFolder.cxx.
References Simac::complexModule().
Referenced by Simac::ChordExtractor::doIt().
| const Chromagram& Simac::ConstantQFolder::chromagram | ( | ) | const [inline] |
Returns a chromagram that is the constant q transform for a a vector containing the added complex module of the bins that correspond to octaves.
Definition at line 58 of file ConstantQFolder.hxx.
Referenced by Simac::ChordExtractor::chromagram(), and Simac::ChordExtractor::doIt().
1.5.5