]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/lfdemod.c
NEW lf simpsk
[proxmark3-svn] / common / lfdemod.c
index 96b187b765ae0561a87600b27e207d58ddfba20b..79252dd983669c23d6d182a508396ddd29afdcb5 100644 (file)
@@ -25,7 +25,7 @@ uint8_t justNoise(uint8_t *BitStream, size_t size)
 }
 
 //by marshmellow
-//get high and low with passed in fuzz factor. also return noise test = 1 for passed or 0 for only noise
+//get high and low values of a wave with passed in fuzz factor. also return noise test = 1 for passed or 0 for only noise
 int getHiLo(uint8_t *BitStream, size_t size, int *high, int *low, uint8_t fuzzHi, uint8_t fuzzLo)
 {
        *high=0;
Impressum, Datenschutz