Guest User

Untitled

a guest
Dec 16th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. dataset = np.loadtxt("dataset.txt", delimiter=",")
  2. magnitude = dataset[:,5]
  3. ls, freqs, bins, im = plt.specgram(magnitude, NFFT=1000, Fs=1.0, noverlap=900)
  4. merged = list(itertools.chain(*ls))
Add Comment
Please, Sign In to add comment