mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
lf psk/nrz split, add maxErr argument
changed psk to use wave lengths instead of peaks split out NRZ from psk demod added maxErr argument to raw demods (except fsk)
This commit is contained in:
parent
15491b2d73
commit
e770c64824
6 changed files with 416 additions and 94 deletions
|
@ -17,7 +17,8 @@ int ClearGraph(int redraw);
|
|||
//int DetectClock(int peak);
|
||||
size_t getFromGraphBuf(uint8_t *buff);
|
||||
int GetClock(const char *str, int peak, int verbose);
|
||||
int GetNRZpskClock(const char *str, int peak, int verbose);
|
||||
int GetPskClock(const char *str, int peak, int verbose);
|
||||
int GetNrzClock(const char *str, int peak, int verbose);
|
||||
void setGraphBuf(uint8_t *buff, size_t size);
|
||||
|
||||
bool HasGraphData();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue