log src/vector.c @ 105:f2af1c75e3ed

age author description
Thu, 27 Dec 2007 17:51:07 +0000 Jamie Bullock - Added extra argument to xtract_spectrum to give the option of normalising the magnitude/power coeffificients
Mon, 24 Dec 2007 13:21:13 +0000 Jamie Bullock - Fixes to descriptors.c where no break statement was given for certain cases is switch conditionals
Tue, 16 Oct 2007 09:37:06 +0000 Jamie Bullock Fix for 'multiple symbol definitions' vs 'symbol not defined' dilemna. I think the solution is to wrap the globals in a struct, declare it in a header, and wrap with a definition guard, then define _once_ at library init time. (Sounds like a recipe for something...)