Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Added stat-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
arjo129 committed Feb 23, 2014
1 parent fe60308 commit b88c943
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uspeech.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class signal{
unsigned int complexity(int power);
};

<<<<<<< HEAD
class statCollector {
public:
//Note: May be necessary to change to double type.
Expand All @@ -70,6 +71,8 @@ class statCollector {

};

=======
>>>>>>> 427ae8b6cb8d6e772c5f0035507f6aaea02857ce
/**
* Simple Accumulator Vector. Stores simple syllables. Useful for basic word recognition.
*/
Expand All @@ -80,7 +83,10 @@ class syllable{
void reset(); /*!< Resets the accumulator so a new syllable can be formed. Call this when you detect silence*/
void classify(char c);
int* tointptr(); /*!< Returns the vector from the accumulators as an integer pointer */
<<<<<<< HEAD
void reset(); /*!< Resets Accumulator*/
=======
>>>>>>> 427ae8b6cb8d6e772c5f0035507f6aaea02857ce
#if ARDUINO_ENVIRONMENT > 0
void debugPrint(); /*!< Outputs the datain the accumulator vector. Only enabled for arduino.*/
#endif
Expand Down

0 comments on commit b88c943

Please sign in to comment.