X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=c%2Fgoertzel%2Fhistogram.sh;h=161af8e98d204902745234bbcd6f42b3862f6df6;hb=128ba9ae44b6757a55af6d7fbc952ce925ecf69f;hp=e8576afc4c2a28532775c816ca55a03b750f9bf0;hpb=0661907083b523ecf0bc9986cba4a39b46015afc;p=mirrors%2FPrograms.git diff --git a/c/goertzel/histogram.sh b/c/goertzel/histogram.sh index e8576af..161af8e 100755 --- a/c/goertzel/histogram.sh +++ b/c/goertzel/histogram.sh @@ -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