diff data/fft/FFTDataServer.h @ 275:522f82311e4e

* Pull peak-picker out of SpectrumLayer and into FFTModel; use combined peak-picker and frequency estimator for SpectrogramLayer (makes the peak frequency spectrogram a bit quicker) * Add more information to spectrum and spectrogram crosshairs
author Chris Cannam
date Wed, 04 Jul 2007 15:29:16 +0000
parents f1f47660483d
children aa8dbac62024
line wrap: on
line diff
--- a/data/fft/FFTDataServer.h	Tue Jul 03 18:47:39 2007 +0000
+++ b/data/fft/FFTDataServer.h	Wed Jul 04 15:29:16 2007 +0000
@@ -92,12 +92,6 @@
         return getMagnitudeAt(x, y) > threshold;
     }
 
-    // Calculate an estimated frequency for a stable signal in this
-    // bin, using phase unwrapping.  This will be completely wrong if
-    // the signal is not stable here.
-    bool estimateStableFrequency(size_t x, size_t y,
-                                 float sampleRate, float &frequency);
-
     size_t getFillCompletion() const;
     size_t getFillExtent() const;