mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 08:38:06 +08:00
equalizer: remove unused variables
This commit is contained in:
@@ -80,6 +80,6 @@ class Equalizer(object):
|
||||
|
||||
A = np.concatenate(A, axis=0)
|
||||
b = np.array(b)
|
||||
h, residuals, rank, sv = lstsq(A, b)
|
||||
h = lstsq(A, b)[0]
|
||||
h = h[::-1].real
|
||||
return h
|
||||
|
||||
Reference in New Issue
Block a user