summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/plot_fft_base.py
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2016-01-06 16:59:42 -0500
committerTom Rondeau <tom@trondeau.com>2016-01-06 17:18:56 -0500
commitf44e66c9c21062037db19b8fd98f33984dff36e0 (patch)
treed44364209125a93484441fb93eb4d61f4b5b7d7a /gr-utils/python/utils/plot_fft_base.py
parentdec480ab3f0809677ba3ef2a3a64d402d742b5ec (diff)
analog: Addresses issue #831.
We changed from using set_output_multiple(interpolate) because data would not necessarily continue to flow through properly. This meant that we needed to check the input size in the work function because if we cycle through the filters, we can sometimes consume more inputs than we've been given, which messes up the consume/produce and bookkeeping. It's likely that we can find a better form of the forecast function here that does not require checking both noutput_items and ninput_items[0] in the while loop.
Diffstat (limited to 'gr-utils/python/utils/plot_fft_base.py')
0 files changed, 0 insertions, 0 deletions