Mercurial > hg > vamp-tempogram
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WindowFunction.h Mon Jul 07 10:08:14 2014 +0100 @@ -0,0 +1,19 @@ +// +// 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__) */