Use 4 carriers wit QAM16 to achieve 16kbps.

This commit is contained in:
Roman Zeyde
2014-06-21 12:55:36 +03:00
parent 5c6304823d
commit fbbc404b45
7 changed files with 71 additions and 49 deletions

View File

@@ -3,7 +3,7 @@ set -u
set -x
set -e
dd if=/dev/urandom of=data.send bs=1024 count=8
dd if=/dev/urandom of=data.send bs=1024 count=1
python send.py
python recv.py
diff data.* || sha256sum data.*
python errors.py data.* #python show.py tx.int16 rx.int16