quietnet icon indicating copy to clipboard operation
quietnet copied to clipboard

Incorrect Output

Open ssi-anik opened this issue 11 years ago • 2 comments
trafficstars

screenshot_43

ssi-anik avatar Jan 12 '14 03:01 ssi-anik

Yep, I've been wondering when someone would report this...

There is no error correction whatsoever and the encoding scheme is likely to improperly think another letter was meant. What happened in the first two cases here is it mistook an "h" (101011) for "a" (1011) by missing the first 1 in "h". You can try lowering the threshold for what is considered a "1" also the length of a bit although this will make transmission slower.

Katee avatar Jan 12 '14 08:01 Katee

We were playing with this and realized that if the volume was too high, it wouldn't work. We had to lower the 1-threshold to 5000, increase the frame_length to 25, and keep the volume pretty quiet.

nwinter avatar Jan 13 '14 19:01 nwinter