mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
NEW lf simpsk
This commit is contained in:
parent
b4a2fcf676
commit
872e3d4d6f
11 changed files with 216 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue