[Chennaipy] waveform - time scale

Shrinivasan T tshrinivasan at gmail.com
Tue Sep 15 09:18:39 EDT 2020


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()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chennaipy/attachments/20200915/8e179c08/attachment.html>


More information about the Chennaipy mailing list