From 293d133969fe751ffad2f0318a555d712be5cbeb Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Thu, 2 Aug 2012 20:51:45 +0200 Subject: [PATCH] Improved histogram framesize --- c/goertzel/histogram.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2