Not sure why all waves are starting at 0. But hope you can generate 10 different images for each wave and check.
like below
for i in range(0,length):
x= st[i].data
y=st[i].times()
fig =plt.plot(x,y)
plt.suptitle('vsp wave form', fontsize=14, fontweight='bold')
plt.xlabel("time in seconds")
plt.ylabel("amplitude")
plt.show()
_______________________________________________ Chennaipy mailing list [email protected] https://mail.python.org/mailman/listinfo/chennaipy
