Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: SRNN.hpp
- Revision:
 - 2:d623e7ef4dca
 - Parent:
 - 1:da597cb284a2
 - Child:
 - 4:9d94330f380a
 
diff -r da597cb284a2 -r d623e7ef4dca SRNN.hpp
--- a/SRNN.hpp	Sun Feb 15 04:05:35 2015 +0000
+++ b/SRNN.hpp	Sun Feb 15 09:27:31 2015 +0000
@@ -63,6 +63,9 @@
 
     // 予測結果predict_signalにセット
     void predict(float *input); 
+    
+    // サンプルのセット
+    void set_sample(float *sample_data);
 };
 
 #endif /* SRNN_H_INCLUDED */