mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
textual
This commit is contained in:
parent
af56fa8242
commit
5def918e02
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ int AutoCorrelate(const int *in, int *out, size_t len, size_t window, bool SaveG
|
||||||
|
|
||||||
if (verbose && foo < bar) {
|
if (verbose && foo < bar) {
|
||||||
distance = idx_1 - idx;
|
distance = idx_1 - idx;
|
||||||
PrintAndLogEx(SUCCESS, "possible 4% visible correlation %4d samples", distance);
|
PrintAndLogEx(SUCCESS, "possible visible correlation %4d samples", distance);
|
||||||
} else if (verbose && (correlation > 1)) {
|
} else if (verbose && (correlation > 1)) {
|
||||||
PrintAndLogEx(SUCCESS, "possible correlation %4d samples", correlation);
|
PrintAndLogEx(SUCCESS, "possible correlation %4d samples", correlation);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue