Guest User

Untitled

a guest
Aug 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from scipy.signal import spectrogram
  2. f,t1,Sxx = spectrogram(new_sa,1/PerEch)
  3. plt.pcolormesh(t1,f,Sxx)
  4. plt.colorbar()
Add Comment
Please, Sign In to add comment