mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
nanonote wav2png: draw lines instead points thanks jirka
This commit is contained in:
@@ -11,4 +11,4 @@ sox $WAV $DAT
|
|||||||
grep -v '^;' $DAT >$DAT.clean
|
grep -v '^;' $DAT >$DAT.clean
|
||||||
FREQ=`head -1 $DAT|tr -d ';'`
|
FREQ=`head -1 $DAT|tr -d ';'`
|
||||||
|
|
||||||
echo -e "set terminal png;set title '$FREQ';set output '$PNG'; plot '$DAT.clean'" | gnuplot
|
echo -e "set terminal png; set title '$FREQ';set output '$PNG'; plot '$DAT.clean' w l lt 2" | gnuplot
|
||||||
|
|||||||
Reference in New Issue
Block a user