Correlation Member List
This is the complete list of members for
Correlation, including all inherited members.
Correlation(int inputSizeA, int inputSizeB, int maxLag, int minLag, bool useFft) | Correlation | |
inputSizeA() const | Correlation | |
inputSizeB() const | Correlation | |
maxLag() const | Correlation | |
minLag() const | Correlation | |
process(const MatrixXR &framesA, const MatrixXR &framesB, MatrixXR *correlation) | Correlation | |
setInputSizeA(int size, bool callSetup=true) | Correlation | |
setInputSizeB(int size, bool callSetup=true) | Correlation | |
setMaxLag(int lag, bool callSetup=true) | Correlation | |
setMinLag(int lag, bool callSetup=true) | Correlation | |
setUseFft(bool useFft, bool callSetup=true) | Correlation | |
useFft() const | Correlation | |
~Correlation() | Correlation | |