lf demod additions

data fskfcdetect (field clock and bit clock detect for FSK)
data fskdemodawid -AWID demod/decode
data fskdemodpyramid - AWID demod/decode
This commit is contained in:
marshmellow42 2015-01-18 18:13:32 -05:00
commit 1e090a61a1
5 changed files with 690 additions and 145 deletions

View file

@ -388,7 +388,7 @@ static void ChkBitstream(const char *str)
}
}
}
//appears to attempt to simulate manchester
int CmdLFSim(const char *Cmd)
{
int i,j;
@ -581,6 +581,16 @@ int CmdLFfind(const char *Cmd)
PrintAndLog("Valid IO Prox ID Found!");
return 1;
}
ans=CmdFSKdemodPyramid("0");
if (ans>0) {
PrintAndLog("Valid Pyramid ID Found!");
return 1;
}
ans=CmdFSKdemodAWID("0");
if (ans>0) {
PrintAndLog("Valid AWID ID Found!");
return 1;
}
ans=CmdFSKdemodHID("");
if (ans>0) {
PrintAndLog("Valid HID Prox ID Found!");