mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
equalizer: back to long training sequence
This commit is contained in:
@@ -60,6 +60,6 @@ def train(signal, expected, order, lookahead=0):
|
||||
return h
|
||||
|
||||
|
||||
prefix = [1]*200 + [0]*25
|
||||
equalizer_length = 300
|
||||
prefix = [1]*400 + [0]*50
|
||||
equalizer_length = 500
|
||||
silence_length = 100
|
||||
|
||||
Reference in New Issue
Block a user