Skip to content

Instantly share code, notes, and snippets.

@notthetup
Created April 5, 2014 14:13
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save notthetup/9992509 to your computer and use it in GitHub Desktop.
Save notthetup/9992509 to your computer and use it in GitHub Desktop.
Whole file spectrum using SOX and gnuplot.
sox $1 -n stat -freq 2>&1 | sed -n -e :a -e '1,15!{P;N;D;};N;ba' | gnuplot -p -e 'set logscale x; plot "-" with linesp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment