summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/plot_psd_base.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure plot_tools folderjapm482020-04-101-276/+0
| | | | Move python/utils/ to plot_tools/ as per issue #2462.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr-utils: Condense gr_plot commands and fix datatype argBrennan Ashton2018-11-221-3/+7
| | | | | | | This removes all the gr_plot_* applications save for: - gr_plot (time-domain) - gr_plot_fft (FFT domain) - gr_plot_psd (Power Spectrum Density)
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-23/+16
| | | | | | | | | This should reduce the number of times users are prompted to install pylab || scipy when they'd actually get away with functionality fully contained in numpy and matplotlib. This only solves the obvious cases. There's some usage of `pylab.mlab` that would need more than 20s of consideration.
* python: Py3k compatAndrej Rode2018-06-231-1/+1
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-16/+17
|
* filter: replace OptionParser by ArgumentParser for gr-utils and gr-qtguiJiří Pinkava2016-08-061-25/+23
|
* uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-041-0/+292
uninstalled import works with recent changes.