annotate TODO @ 70:adcecb0b5d99

Further updated xtract_spectrum() to hopefully fix fft iteration bug and nyquist/DC inclusion. Added new boolean argument 'withDC' to select whether the DC component is required in the output
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 19 Mar 2007 18:58:21 +0000
parents 2c2ea9326c30
children 5fadbacdb2a7
rev   line source
jamie@61 1 Rationalise use of powf etc. vs pow
jamie@52 2 Add spectral_flux
jamie@52 3 Add geometric_mean
jamie@52 4 Add spectral_mean, spectral_deviation, spectral_geometric_mean etc.
jamie@52 5 Add weighted temporal features as per Peeters (xtract_weighted_mean etc) weight given as argv?
jamie@22 6 Improve noise robustness of xtract_f0
jamie@22 7 Fix xtract_hps - it doesn't work!
jamie@19 8 Add Pure Data help file
jamie@19 9 Add delta functions
jamie@19 10 Add Max/MSP external example
jamie@49 11 Check and add return values as appropriate. Make them more sensible!
jamie@19 12 ...do other stuff and eventually...
jamie@22 13 ...optimise!