Skip to content

Instantly share code, notes, and snippets.

@linktohack
Created April 20, 2013 15:39
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 linktohack/5426373 to your computer and use it in GitHub Desktop.
Save linktohack/5426373 to your computer and use it in GitHub Desktop.
Plot chanel XX of config YY
% Plot chanel 9 of config [5 6]
loglog(freqt(1:block/2), permute(x(1:block/2,9,[5 6]), [1,3,2]));
% Plot chanel [8 9 10] of config 6
loglog(freqt(1:block/2), x(1:block/2,[8 9 10],6));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment