Mercurial > hg > vampy
comparison Example VamPy plugins/PySpectralFeatures.py @ 59:93eddad99f3c
* fix typo
author | cannam |
---|---|
date | Mon, 12 Oct 2009 16:02:22 +0000 |
parents | 8b2eddf686da |
children | 146d14ab15e7 |
comparison
equal
deleted
inserted
replaced
58:62dcaa5fe6f8 | 59:93eddad99f3c |
---|---|
2 how to calculate and return simple low-level spectral | 2 how to calculate and return simple low-level spectral |
3 descriptors (curves) using Numpy and the buffer interface. | 3 descriptors (curves) using Numpy and the buffer interface. |
4 | 4 |
5 Outputs: | 5 Outputs: |
6 1) Spectral Centroid | 6 1) Spectral Centroid |
7 2) Spectral Creast Factor | 7 2) Spectral Crest Factor |
8 3) Spectral Band-width | 8 3) Spectral Band-width |
9 4) Spectral Difference (first order) | 9 4) Spectral Difference (first order) |
10 | 10 |
11 Centre for Digital Music, Queen Mary University of London. | 11 Centre for Digital Music, Queen Mary University of London. |
12 Copyright (C) 2009 Gyorgy Fazekas, QMUL. (See Vamp sources | 12 Copyright (C) 2009 Gyorgy Fazekas, QMUL. (See Vamp sources |