Skip to content

Instantly share code, notes, and snippets.

@mick001
Created August 29, 2015 09:57
Show Gist options
  • Save mick001/e68a0794a648d189bc57 to your computer and use it in GitHub Desktop.
Save mick001/e68a0794a648d189bc57 to your computer and use it in GitHub Desktop.
Spectrogram representation of the B note from a guitar. Full article at http://www.firsttimeprogrammer.blogspot.com/2015/05/spectrogram-representation-of-b-note.html
% Loading wav file
[ip, fs] = wavread('B.wav');
% Spectogram
specgram(ip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment