]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.h
FIX: data mandemod read the wrong part of BigBuffer (no correct offset)
[proxmark3-svn] / client / ui.h
index 823dccc2e1db1041344f202ebfb624e1d6b22925..8d16e0592940a04da8146ae82c75fa8a2e716a3d 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef UI_H__
 #define UI_H__
 
+#include <math.h>
+#include <complex.h>
 #include "util.h"
 
 void ShowGui(void);
@@ -32,4 +34,6 @@ void PrintPaddedManchester( uint8_t * bitStream, size_t len, size_t blocksize);
 void ManchesterDiffDecodedString( const uint8_t *bitStream, size_t len, uint8_t invert );
 int ManchesterConvertFrom255(const int * data, const size_t len, uint8_t * dataout, int high, int low, int clock, int startIndex);
 int ManchesterConvertFrom1(const int * data, const size_t len, uint8_t * dataout, int clock, int startIndex);
+void iceFsk2(int * data, const size_t len);
+void iceFsk3(int * data, const size_t len);
 #endif
Impressum, Datenschutz