]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxgui.h
combine autocorr, dirth functions
[proxmark3-svn] / client / proxgui.h
index a6d8f24a1287fab8608b469abb00ab3bea39d190..de6dd6c2386879180264f7e6fd00d77448965588 100644 (file)
@@ -34,7 +34,9 @@ extern int offline;
 extern bool GridLocked;
 
 //Operations defined in data_operations
-extern int autoCorr(const int* in, int *out, size_t len, int window);
+//extern int autoCorr(const int* in, int *out, size_t len, int window);
+extern int AskEdgeDetect(const int *in, int *out, int len, int threshold);
+extern int AutoCorrelate(const int *in, int *out, size_t len, int window, bool SaveGrph, bool verbose);
 extern int directionalThreshold(const int* in, int *out, size_t len, int8_t up, int8_t down);
 extern void save_restoreGB(uint8_t saveOpt);
 
Impressum, Datenschutz