Advertisement
Guest User

end of file

a guest
Jul 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. file_indices = np.linspace(0, len(filenames), len(filenames), endpoint=False)
  2.  
  3. plt.scatter(file_indices, file_SNR)
  4. plt.xlabel('File #')
  5. plt.ylabel('Signal to Noise Ratio (SNR)')
  6. plt.show()
  7. plt.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement