mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 01:18:02 +08:00
test_transfer: verify it works after "signal flip".
This commit is contained in:
@@ -69,6 +69,10 @@ def test_small(small_size):
|
||||
run(small_size, chan=lambda x: x)
|
||||
|
||||
|
||||
def test_flip():
|
||||
run(16, chan=lambda x: -x)
|
||||
|
||||
|
||||
def test_large_drift():
|
||||
run(1, df=+0.01)
|
||||
run(1, df=-0.01)
|
||||
|
||||
Reference in New Issue
Block a user