Mercurial > hg > vamp-tempogram
view WindowFunction.h @ 0:31d2a7e07786
Moved all to folder "tempogram".
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Mon, 07 Jul 2014 10:08:14 +0100 |
parents | |
children | 21147df9cb2d |
line wrap: on
line source
// // WindowFunction.h // Tempogram // // Created by Carl Bussey on 26/06/2014. // Copyright (c) 2014 Carl Bussey. All rights reserved. // #ifndef __Tempogram__WindowFunction__ #define __Tempogram__WindowFunction__ #include <iostream> class WindowFunction{ public: static void hanning(float *signal, const unsigned int N, const bool normalise = false); }; #endif /* defined(__Tempogram__WindowFunction__) */