Wavelet - A library for online estimation of the Continuous Wavelet Transform  0.1-alpha
wavelet_all.hpp
1 /*
2  * wavelet_all.h
3  *
4  * Contact:
5  * - Jules Françoise <jules.francoise@ircam.fr>
6  *
7  * This code has been authored by <a href="http://julesfrancoise.com">Jules Françoise</a>
8  * in the framework of the <a href="http://skatvg.iuav.it/">SkAT-VG</a> European project,
9  * with <a href="frederic-bevilacqua.net">Frederic Bevilacqua</a>, in the
10  * <a href="http://ismm.ircam.fr">Sound Music Movement Interaction</a> team of the
11  * <a href="http://www.ircam.fr/stms.html?&L=1">STMS Lab</a> - IRCAM - CNRS - UPMC (2011-2015).
12  *
13  * Copyright (C) 2015 Ircam-Centre Pompidou.
14  *
15  * This File is part of Wavelet.
16  *
17  * Wavelet is free software: you can redistribute it and/or modify
18  * it under the terms of the GNU General Public License as published by
19  * the Free Software Foundation, either version 3 of the License, or
20  * (at your option) any later version.
21  *
22  * Wavelet is distributed in the hope that it will be useful,
23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25  * GNU General Public License for more details.
26  *
27  * You should have received a copy of the GNU General Public License
28  * along with Wavelet. If not, see <http://www.gnu.org/licenses/>.
29  */
30 
31 #ifndef wavelet_all_h
32 #define wavelet_all_h
33 
34 #include "core/filterbank.hpp"
35 
191 #endif