1
0
mirror of https://github.com/Proxmark/proxmark3.git synced 2025-03-12 04:35:36 -07:00

Updated LF Tag Operations (markdown)

buggii 2014-03-29 11:40:55 -07:00
parent 9c44185aa9
commit 1440db1c17

@ -33,7 +33,7 @@ proxmark3> data scale 125
### Finding the tags bitstream period
Once you are satisfied with the acquired trace, the next step is to determine whether the tags signal is send in a periodic way (i.e. repeated) : the proper and simple way to do this is to autocorrelate the signal and find the peak period : the proxmark client offers a simple autocorrelation feature to this end :
`proxmark3> data autocorr 2000`
`proxmark3> data autocorr 2000`
The plot will be updated :
![](http://i.imgur.com/uKbha5n.png)