make style

This commit is contained in:
Philippe Teuwen 2019-04-06 00:52:55 +02:00
commit 98d9408746
30 changed files with 257 additions and 257 deletions

View file

@ -35,7 +35,7 @@ extern int offline;
extern bool GridLocked;
//Operations defined in data_operations
//extern int autoCorr(const int* in, int *out, size_t len, int window);
//int autoCorr(const int* in, int *out, size_t len, int window);
int AskEdgeDetect(const int *in, int *out, int len, int threshold);
int AutoCorrelate(const int *in, int *out, size_t len, int window, bool SaveGrph, bool verbose);
int directionalThreshold(const int *in, int *out, size_t len, int8_t up, int8_t down);