2016-10-06 21:59:38 -04:00
|
|
|
This is a stripped down version of the Queen Mary DSP library
|
|
|
|
|
2017-04-01 15:13:00 -04:00
|
|
|
https://github.com/c4dm/qm-dsp -- see gitrev.txt for version
|
2016-10-06 21:59:38 -04:00
|
|
|
|
|
|
|
---
|
2011-03-02 07:37:39 -05:00
|
|
|
|
|
|
|
|
|
|
|
QM-DSP library
|
|
|
|
==============
|
|
|
|
|
|
|
|
This is a C++ library of functions for DSP and Music Informatics
|
|
|
|
purposes developed at Queen Mary, University of London.
|
|
|
|
It is used by the QM Vamp Plugins (q.v.) amongst other things.
|
|
|
|
|
2016-10-05 18:16:44 -04:00
|
|
|
This code is Copyright (c) 2006-2015 Queen Mary, University of London,
|
2011-03-02 07:37:39 -05:00
|
|
|
with the following exceptions:
|
|
|
|
|
2016-10-05 18:16:44 -04:00
|
|
|
ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding
|
|
|
|
|
2011-03-02 07:37:39 -05:00
|
|
|
maths/pca.c -- Fionn Murtagh, from StatLib; with permission
|
|
|
|
|
|
|
|
maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
|
|
|
|
Delphi in the the JEDI Math Library, under the Mozilla Public License
|
|
|
|
|
|
|
|
See individual files for further authorship details.
|
|
|
|
|
|
|
|
|
|
|
|
License
|
|
|
|
=======
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License as
|
|
|
|
published by the Free Software Foundation; either version 2 of the
|
|
|
|
License, or (at your option) any later version. See the file
|
|
|
|
COPYING included with this distribution for more information.
|