diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-08-13 17:45:59 +0200 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2020-08-14 06:03:04 -0700 |
commit | c2f9eb04268dcc70dcecc30e1aadccb42881a2a0 (patch) | |
tree | 2941c2d833edade8dd684962cc5768e024a64588 /gr-blocks/lib/packed_to_unpacked_impl.cc | |
parent | aee6e3a23211a3d56d3b452e149a7220f135f2c0 (diff) |
qtgui: Replace firdes::window with fft::window
The former has been declared deprecated, hence the shift.
Note that this is 100% search and replace. The three things changed are:
- gr::filter::firdes --> gr::fft::window
- #include <gnuradio/filter/firdes.h> --> #include <gnuradio/fft/window.h>
- filter::firdes::window(...) --> fft::window::build(...)
- The default beta = 6.76 parameter is removed, since it's the default
value from the window generator
Diffstat (limited to 'gr-blocks/lib/packed_to_unpacked_impl.cc')
0 files changed, 0 insertions, 0 deletions