Skip to content

Commit

Permalink
Improved histogram framesize
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvie committed Aug 2, 2012
1 parent 7d11ab9 commit 293d133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 293d133

Please sign in to comment.