}
bool graphJustNoise(int *BitStream, int size)
{
- static const uint8_t THRESHOLD = 10; //might not be high enough for noisy environments
+ static const uint8_t THRESHOLD = 15; //might not be high enough for noisy environments
//test samples are not just noise
bool justNoise1 = 1;
for(int idx=0; idx < size && justNoise1 ;idx++){