From fef594c82518a8fe4c96794852c1fc849c0ed3b3 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Sun, 17 Feb 2019 12:55:13 +0100 Subject: Added tunerdemo --- fft.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'fft.h') diff --git a/fft.h b/fft.h index 8c1e161..980b4b3 100644 --- a/fft.h +++ b/fft.h @@ -44,17 +44,6 @@ private: std::unique_ptr mImpl; }; // class IFFT -class AutoCorrelation { -public: - AutoCorrelation(int size); - ~AutoCorrelation(); - std::vector> operator()(const std::vector> &v) const; - -private: - struct Impl; - std::unique_ptr mImpl; -}; // class AutoCorrelation - std::vector magnitudes(std::vector>& v); } // namespace RIT -- cgit v1.2.3