Skip to content

Instantly share code, notes, and snippets.

@dmastropole
Last active October 17, 2019 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmastropole/182c4b7d7ab2e0a7847186ab896ae9b6 to your computer and use it in GitHub Desktop.
Save dmastropole/182c4b7d7ab2e0a7847186ab896ae9b6 to your computer and use it in GitHub Desktop.
Plot MFCCs
# Plot MFCCs
plt.imshow(mfccs,
aspect='auto',
origin='lower',
interpolation='none',
cmap=plt.cm.Blues)
plt.title("MFCCs")
plt.xlabel("Frames")
plt.ylabel("MFCCs")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment