mirror of
https://github.com/romanz/amodem.git
synced 2026-02-25 00:31:08 +08:00
Fix typo.
This commit is contained in:
@@ -63,9 +63,6 @@ class QAM(object):
|
||||
|
||||
modulator = QAM(bits_per_symbol=4, radii=[0.6, 1.0])
|
||||
|
||||
class Resampler(object):
|
||||
def __init__(self, factor, )
|
||||
|
||||
def test():
|
||||
q = QAM(bits_per_symbol=8, radii=[0.25, 0.5, 0.75, 1.0])
|
||||
bits = [(1,1,0,1,0,0,1,0)]
|
||||
|
||||
Reference in New Issue
Block a user