mirror of
https://github.com/romanz/amodem.git
synced 2026-02-08 18:38:01 +08:00
pylint fixes
This commit is contained in:
@@ -4,6 +4,7 @@ import common
|
||||
import numpy as np
|
||||
import random
|
||||
|
||||
|
||||
def test_qam():
|
||||
q = sigproc.QAM(sigproc._symbols)
|
||||
r = random.Random(0)
|
||||
@@ -13,6 +14,7 @@ def test_qam():
|
||||
decoded = list(q.decode(list(S)))
|
||||
assert decoded == bits
|
||||
|
||||
|
||||
def test_drift():
|
||||
fc = 10e3
|
||||
df = 1.23
|
||||
|
||||
Reference in New Issue
Block a user