import matplotlib.pyplot as plt
from sk_dsp_comm import sigsys as ss
ss.ten_band_eq_resp([0,10.0,0,0,-1,0,5,0,-4,0])
plt.show()
