diff TODO @ 104:a32738e9d955

- Fixes to descriptors.c where no break statement was given for certain cases is switch conditionals - Added LPC and LPCC extraction functions. LPC implements Durbin method as described in Rabiner and Juang and implemented in Dr. Dobbs 1994 edition by Jutta Degener
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 24 Dec 2007 13:21:13 +0000
parents ca40a0dc29d6
children 72a9a393d5bd
line wrap: on
line diff
--- a/TODO	Fri Dec 21 11:05:20 2007 +0000
+++ b/TODO	Mon Dec 24 13:21:13 2007 +0000
@@ -13,3 +13,5 @@
 ...do other stuff and eventually...
 ...optimise!
 Use the fftw guru interface to create multipurpose global plans from xtract_fft_init()
+Add LPC via Schur algorithm
+If argv uses an integer, then it should point to a variable of type int. At the moment floats are used to store ints.