b = np.array([[[1.0, -1.60, 0.80]]])
a = np.array([[[1.0, -0.90, 0.27]]])
print(a.shape, b.shape)
impulse = np.zeros(int(0.3 * 16000))
impulse[0] = 1.0
gt_audio = np.random.randn(int(0.3 * 16000) + 1)
fig = plot_sample(a, b, gt_audio)
fig(1, 1, 3) (1, 1, 3)
(<Figure size 600x300 with 1 Axes>,
array([ 1.e+000, -7.e-001, -1.e-001, ..., -5.e-324, -5.e-324, -5.e-324]))