Changeset be65de4 for interfaces
- Timestamp:
- Jul 30, 2012, 8:10:58 PM (12 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 956e113
- Parents:
- 6639eb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/demo_spectrogram.py
r6639eb1 rbe65de4 23 23 24 24 # plotting 25 imshow(log10(specgram.T ), origin = 'bottom', aspect = 'auto', cmap=cm.gray_r)25 imshow(log10(specgram.T + .001), origin = 'bottom', aspect = 'auto', cmap=cm.gray_r) 26 26 axis([0, len(specgram), 0, len(specgram[0])]) 27 27 ylabel('Frequency (Hz)')
Note: See TracChangeset
for help on using the changeset viewer.