comparison data/model/FFTModel.h @ 1100:5cbf71022679 simple-fft-model

Smooth signal flow through from file to fft model
author Chris Cannam
date Mon, 15 Jun 2015 16:02:58 +0100
parents b66734b5f806
children e94719f941ba 546d4e417346
comparison
equal deleted inserted replaced
1099:0c351e061945 1100:5cbf71022679
181 int n; 181 int n;
182 std::vector<std::complex<float> > col; 182 std::vector<std::complex<float> > col;
183 }; 183 };
184 mutable std::deque<SavedColumn> m_cached; 184 mutable std::deque<SavedColumn> m_cached;
185 size_t m_cacheSize; 185 size_t m_cacheSize;
186
187 //!!! also optionally cache polar?
188 }; 186 };
189 187
190 #endif 188 #endif