mirror of
https://github.com/romanz/amodem.git
synced 2026-02-08 02:18:00 +08:00
3 lines
68 B
Python
3 lines
68 B
Python
prefix = [1]*400 + [0]*50
|
|
equalizer = ([1]*10 + [0]*10)*10 + [0]*20
|