comparison dsp/transforms/FFT.h @ 415:4ae4229a074a

Add DCT
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 07 Oct 2015 09:55:35 +0100
parents 650bbacf8288
children 701233f8ed41
comparison
equal deleted inserted replaced
414:7e8d1f26b098 415:4ae4229a074a
2 2
3 /* 3 /*
4 QM DSP Library 4 QM DSP Library
5 5
6 Centre for Digital Music, Queen Mary, University of London. 6 Centre for Digital Music, Queen Mary, University of London.
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License as
10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information.
7 */ 13 */
8 14
9 #ifndef FFT_H 15 #ifndef FFT_H
10 #define FFT_H 16 #define FFT_H
11 17