Improved histogram framesize
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 18:51:45 +0000 (20:51 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 18:51:45 +0000 (20:51 +0200)
c/goertzel/histogram.sh

index e8576afc4c2a28532775c816ca55a03b750f9bf0..161af8e98d204902745234bbcd6f42b3862f6df6 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-./goertzel -f 10 -f 20 -f 40 -f 60 -f 100 -f 200 -f 300 -f 400 -f 500 -f 1000 -f 2000 -f 4000 -f 6100 -f 10000 -f 20000 $@ 2>/dev/null | ./histogram.pl
+./goertzel -c 500 -f 10 -f 20 -f 40 -f 60 -f 100 -f 200 -f 300 -f 400 -f 500 -f 1000 -f 2000 -f 4000 -f 6100 -f 10000 -f 20000 $@ 2>/dev/null | ./histogram.pl
This page took 0.093802 seconds and 4 git commands to generate.