-
-
Save lifofernandez/0461f8f43743bc2748f3c5674e69961b to your computer and use it in GitHub Desktop.
Whole file spectrum using SOX and gnuplot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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