equalizer: use shorter pilot tone.

This commit is contained in:
Roman Zeyde
2015-01-13 18:32:15 +02:00
parent af59eb5bdf
commit 9dbfcaa870

View File

@@ -60,6 +60,6 @@ def train(signal, expected, order, lookahead=0):
return h
prefix = [1]*400 + [0]*50
prefix = [1]*200 + [0]*25
equalizer_length = 500
silence_length = 100