mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix .PM3 traces that exceed single-byte range
This was done programmatically using python. The `lf_Keri.pm3` was in range `[-508 .. 491]` (1000 value range). Each value was divided by four, cast to integer, and then adjusted by +1 (to center the values). The data plot in the pm3 client now shows discernible changes in amplitude. The resulting samples are all within range [-128,127]. This final fix allows ALL sample `.pm3` traces to be converted to one-byte-per-sample binary format.
This commit is contained in:
+23944
-23944
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user