summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/utils/gr_plot_char.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved gnuradio-core/src/utils/ plotting scripts into gr-utils, with some rework.jcorgan2008-02-011-58/+0
| | | | | | | | | The gr_plot_data.py class installs into the gnuradio namespace as gnuradio.plot_data, and the remainder of the scripts install into $prefix/bin. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7536 221aa14e-8319-0410-a670-987f0aec2ac5
* Catching ImportError exception and giving (hopefully) useful error message ↵trondeau2008-01-301-1/+6
| | | | | | to install the necessary packages. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7529 221aa14e-8319-0410-a670-987f0aec2ac5
* Updating and cleaning up plotting code. When plotting char/int/short/float ↵trondeau2008-01-301-120/+8
| | | | | | you can now specify multiple input files on the command line and each are plotted in a different color. Useful when comparing two outputs. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7528 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to ↵trondeau2008-01-021-0/+165
hier_block2 in blks2impl and removed from blksimpl. The new code implements a decision feedback sync loop to lock the phase/freq, removes two unnecessary premables and performs frame sync and equalization off single preamble symbol. Also adds/updates Python plotting tools and a branchless clip algorithm in gr_math.h. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7324 221aa14e-8319-0410-a670-987f0aec2ac5