From 0661907083b523ecf0bc9986cba4a39b46015afc Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Thu, 2 Aug 2012 17:52:47 +0200 Subject: [PATCH 1/1] Histogram improvements --- c/goertzel/histogram.pl | 2 +- c/goertzel/histogram.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/goertzel/histogram.pl b/c/goertzel/histogram.pl index c27f28c..0a8ccb3 100755 --- a/c/goertzel/histogram.pl +++ b/c/goertzel/histogram.pl @@ -29,7 +29,7 @@ while() { my $i=0; print "\033[H"; foreach my $i (1..$#values) { - print bar($values[$i],10,sprintf("%8s ",trim($header[$i])))."\n"; + print bar($values[$i],50,sprintf("%8s ",trim($header[$i])))."\n"; } print "Time: ".$values[0]." \n"; print " \n"; diff --git a/c/goertzel/histogram.sh b/c/goertzel/histogram.sh index ac26b7e..e8576af 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 -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