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