mirror of
https://github.com/romanz/amodem.git
synced 2026-03-31 08:06:50 +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
|
return h
|
||||||
|
|
||||||
|
|
||||||
prefix = [1]*200 + [0]*25
|
prefix = [1]*400 + [0]*50
|
||||||
equalizer_length = 300
|
equalizer_length = 500
|
||||||
silence_length = 100
|
silence_length = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user