Mercurial > hg > vamp-simple-cepstrum
changeset 41:0475318170c8
Remove obsolete declaration
author | Chris Cannam |
---|---|
date | Fri, 07 Mar 2014 15:40:41 +0000 |
parents | d6acf12f0a8e |
children | 745627478cf9 |
files | SimpleCepstrum.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/SimpleCepstrum.h Fri Jul 20 22:12:16 2012 +0100 +++ b/SimpleCepstrum.h Fri Mar 07 15:40:41 2014 +0000 @@ -104,7 +104,6 @@ double **m_history; void filter(const double *in, double *out); - double cubicInterpolate(const double[4], double); double findInterpolatedPeak(const double *in, int maxbin); void addStatisticalOutputs(FeatureSet &fs, const double *data); void addEnvelopeOutputs(FeatureSet &fs, const float *const *inputBuffers,