mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
CHG: adapt noice threshold, my hitag has an amplitude of 11...
This commit is contained in:
parent
a117f06380
commit
e4912b1813
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include "util.h" // for ARRAYLEN
|
#include "util.h" // for ARRAYLEN
|
||||||
|
|
||||||
//might not be high enough for noisy environments
|
//might not be high enough for noisy environments
|
||||||
#define NOISE_AMPLITUDE_THRESHOLD 10
|
#define NOISE_AMPLITUDE_THRESHOLD 15
|
||||||
//ignore buffer with less than x samples
|
//ignore buffer with less than x samples
|
||||||
#define SIGNAL_MIN_SAMPLES 100
|
#define SIGNAL_MIN_SAMPLES 100
|
||||||
//ignore first x samples of the buffer
|
//ignore first x samples of the buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue