comparison dsp/transforms/FFT.h @ 191:857ca50ca25f

Add DCT
author Chris Cannam
date Wed, 07 Oct 2015 09:55:35 +0100
parents a586888bc06c
children 701233f8ed41
comparison
equal deleted inserted replaced
189:e4a57215ddee 191:857ca50ca25f
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