c@0: // c@0: // WindowFunction.h c@0: // Tempogram c@0: // c@0: // Created by Carl Bussey on 26/06/2014. c@0: // Copyright (c) 2014 Carl Bussey. All rights reserved. c@0: // c@0: c@0: #ifndef __Tempogram__WindowFunction__ c@0: #define __Tempogram__WindowFunction__ c@0: c@0: #include c@7: #include c@7: #include c@0: c@0: class WindowFunction{ c@0: public: c@13: static void hanning(float *signal, const unsigned int &N, const bool &normalise = false); c@0: }; c@0: c@0: #endif /* defined(__Tempogram__WindowFunction__) */