Histogram improvements
[mirrors/Programs.git] / c / goertzel / histogram.sh
index ac26b7e76797067365b128fb6d75ec8ad1cf1042..e8576afc4c2a28532775c816ca55a03b750f9bf0 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 -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.089337 seconds and 4 git commands to generate.