Mercurial > hg > vamp-tempogram
comparison AutocorrelationProcessor.cpp @ 29:1ad47a9afc2e
* Changed variable names
* Took calculations out of setParameter() function and placed into initialise()
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Tue, 02 Sep 2014 11:40:48 +0100 |
parents | 723af5b3303a |
children | 4cf2d163127b |
comparison
equal
deleted
inserted
replaced
28:723af5b3303a | 29:1ad47a9afc2e |
---|---|
15 m_hopSize(hopSize) | 15 m_hopSize(hopSize) |
16 { | 16 { |
17 | 17 |
18 } | 18 } |
19 | 19 |
20 AutocorrelationProcessor::~AutocorrelationProcessor(){ | 20 AutocorrelationProcessor::~AutocorrelationProcessor() |
21 { | |
21 | 22 |
22 } | 23 } |
23 | 24 |
24 AutoCorrelation AutocorrelationProcessor::process(float * input, const size_t &inputLength) const | 25 AutoCorrelation AutocorrelationProcessor::process(float * input, const size_t &inputLength) const |
25 { | 26 { |