]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxgui.h
finish FSK graph index changes
[proxmark3-svn] / client / proxgui.h
index a6d8f24a1287fab8608b469abb00ab3bea39d190..846ac45d2add13e69cdb43a0a71e5de088c260f9 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);
 
@@ -43,6 +45,7 @@ extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
 extern size_t DemodBufferLen;
 extern size_t g_DemodStartIdx;
 extern bool showDemod;
+extern uint8_t g_debugMode;
 
 #ifdef __cplusplus
 }
Impressum, Datenschutz