Mercurial > hg > qm-dsp
changeset 183:7ab3539e92e3
Comments
author | Chris Cannam |
---|---|
date | Mon, 23 Feb 2015 10:43:01 +0000 |
parents | 5ec47007b873 |
children | 76ec2365b250 |
files | README.txt dsp/transforms/FFT.cpp |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Mon Feb 23 10:42:54 2015 +0000 +++ b/README.txt Mon Feb 23 10:43:01 2015 +0000 @@ -7,9 +7,11 @@ purposes developed at Queen Mary, University of London. It is used by the QM Vamp Plugins (q.v.) amongst other things. -This code is Copyright (c) 2006-2010 Queen Mary, University of London, +This code is Copyright (c) 2006-2015 Queen Mary, University of London, with the following exceptions: +ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding + maths/pca.c -- Fionn Murtagh, from StatLib; with permission maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
--- a/dsp/transforms/FFT.cpp Mon Feb 23 10:42:54 2015 +0000 +++ b/dsp/transforms/FFT.cpp Mon Feb 23 10:43:01 2015 +0000 @@ -4,7 +4,6 @@ QM DSP Library Centre for Digital Music, Queen Mary, University of London. - This file is based on Don Cross's public domain FFT implementation. */ #include "FFT.h"