diff options
author | Josh Morman <jmorman@perspectalabs.com> | 2020-12-17 11:28:30 -0500 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-12-18 22:36:14 +0100 |
commit | 54f33e85af52cab9cf06a21b9c70a3b37785f777 (patch) | |
tree | 0240adac46ce8bf3f02532e36ae403dd3a3e07f8 /gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py | |
parent | 6bbc25cce485aee1fa4407672a70cbfc5d6c945b (diff) |
add import fft to python files that reference fft.window
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py b/gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py index be0ec04699..1264f874cd 100644 --- a/gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py +++ b/gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py @@ -11,7 +11,7 @@ from gnuradio import gr from gnuradio import blocks -from gnuradio import filter +from gnuradio import filter, fft from gnuradio.ctrlport.GNURadio import ControlPort import sys, time, struct |