summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/volk_benchmark/volk_plot.py
Commit message (Collapse)AuthorAgeFilesLines
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-031-169/+0
| | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
* volk: can specify a table to calculate the percent improvement against ↵Tom Rondeau2012-02-131-20/+60
| | | | instead of just the raw numbers.
* volk: better handling of plot for error bars. Older versions of pylab don't ↵Tom Rondeau2012-02-131-8/+10
| | | | like the kwargs.
* volk: improved GR benchmark and plotting utilities.Tom Rondeau2012-02-131-19/+65
|
* volk: adding an examples directory with scripts to benchmark and compare ↵Tom Rondeau2012-02-131-0/+81
volk-optimized GR blocks.