Mercurial > hg > svcore
comparison data/model/FFTModel.h @ 1092:70f18770b72d simple-fft-model
Normalization function
author | Chris Cannam |
---|---|
date | Fri, 12 Jun 2015 18:20:09 +0100 |
parents | bdebff3265ae |
children | 44b079427b36 |
comparison
equal
deleted
inserted
replaced
1091:bdebff3265ae | 1092:70f18770b72d |
---|---|
34 * grid. | 34 * grid. |
35 */ | 35 */ |
36 class FFTModel : public DenseThreeDimensionalModel | 36 class FFTModel : public DenseThreeDimensionalModel |
37 { | 37 { |
38 Q_OBJECT | 38 Q_OBJECT |
39 | |
40 //!!! threading requirements? | |
41 //!!! doubles? since we're not caching much | |
39 | 42 |
40 public: | 43 public: |
41 /** | 44 /** |
42 * Construct an FFT model derived from the given | 45 * Construct an FFT model derived from the given |
43 * DenseTimeValueModel, with the given window parameters and FFT | 46 * DenseTimeValueModel, with the given window parameters and FFT |