From: marshmellow42 Date: Wed, 12 Jul 2017 05:31:42 +0000 (-0400) Subject: add data fsktonrz fsk cleaning util (#352) X-Git-Tag: v3.1.0~190 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/0e2ddb4196819e0fe4c287279359480843201c4b?ds=inline;hp=0e2ddb4196819e0fe4c287279359480843201c4b add data fsktonrz fsk cleaning util (#352) add fsk cleaning / demod tool fsktonrz - used old fskdemod for HID and adjusted it to build the tone tables for any fsk model detected or given. using the tone tables we are able to convert the fsk to clear strong NRZ/ASK even with very weak fsk waves. - also fixed a small textual bug in `lf search u` output - also added more graph clearing code to help ensure the demod overlay doesn't show when it shouldn't... - and improved strong NRZ clock detection. - fixed bugs in places it used old static values instead of dynamic read values. and removed redundant items. ---