Skip to content

Instantly share code, notes, and snippets.

@dmastropole
Last active October 14, 2019 23:52
Show Gist options
  • Save dmastropole/9da6c5ffab26ecb62d74b897ee5725e0 to your computer and use it in GitHub Desktop.
Save dmastropole/9da6c5ffab26ecb62d74b897ee5725e0 to your computer and use it in GitHub Desktop.
Mel Filterbanks
for n in range(n_bands):
plt.plot(f[n:n+3], [0, 1, 0]) # Does the "+ 2" make sense now?
plt.title('Mel Filterbanks')
plt.xlabel('Frequency (Hz)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment