diff maths/pca/pca.h @ 16:2e3f5d2d62c1

* Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
author cannam
date Wed, 09 Jan 2008 10:31:29 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/maths/pca/pca.h	Wed Jan 09 10:31:29 2008 +0000
@@ -0,0 +1,16 @@
+#ifndef _PCA_H
+#define _PCA_H
+
+/*
+ *  pca.h
+ *  soundbite
+ *
+ *  Created by Mark Levy on 08/02/2006.
+ *  Copyright 2006 Centre for Digital Music, Queen Mary, University of London. All rights reserved.
+ *
+ */
+
+void pca_project(double** data, int n, int m, int ncomponents);
+
+
+#endif
\ No newline at end of file