diff src/vector.c @ 41:afb9e6fee244

Changes to xtract_inharmonicity - made parameters consistent with other xtractors that use peak spectrum. Fixed memory alloc bug in pd example.
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 11 Dec 2006 17:57:27 +0000
parents 39c76f4db5b7
children 84e69b155098
line wrap: on
line diff
--- a/src/vector.c	Mon Dec 11 11:22:13 2006 +0000
+++ b/src/vector.c	Mon Dec 11 17:57:27 2006 +0000
@@ -271,7 +271,7 @@
    
     return (return_code ? return_code : SUCCESS);
 }
-
+	    
 int xtract_harmonics(float *data, int N, void *argv, float *result){
     
     int n = (N >> 1), M = n;