action recognizer with theremin

Dependencies:   mbed

Revision:
0:b9ac53c439ed
diff -r 000000000000 -r b9ac53c439ed Svm.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Svm.cpp	Wed Sep 14 13:42:46 2011 +0000
@@ -0,0 +1,14 @@
+class Svm{
+public:
+    // for SVM
+    struct svm_model *model;
+    struct svm_node *node;
+    
+    Svm(void){};
+    /*Coin(void):Music(2,200){};
+    void play(void){
+     s.p(&s.B4,8);
+     s.p(&s.E5,8.0/7);
+     s.s(8);
+    }*/
+};