]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
data psk demod minor fixes, pyramid demod add CS
[proxmark3-svn] / client / cmdlf.c
index 79d6787bdee601a4abf49d5accb49288ffaa4460..dddf3dee773f8d3e4cd34545615814c01dfc7076 100644 (file)
@@ -1080,7 +1080,9 @@ int CmdLFfind(const char *Cmd)
   if (testRaw=='u' || testRaw=='U'){
     //test unknown tag formats (raw mode)
     PrintAndLog("\nChecking for Unknown tags:\n");
-    ans=CmdDetectClockRate("f");
+    ans=AutoCorrelate(4000, FALSE, FALSE);
+    if (ans > 0) PrintAndLog("Possible Auto Correlation of %d repeating samples",ans);
+    ans=CmdDetectClockRate("F"); //GetFSKClock("",TRUE,FALSE);
     if (ans != 0){ //fsk
       ans=CmdFSKrawdemod("");
       if (ans>0) {
Impressum, Datenschutz