| Commit message (Expand) | Author | Age | Files | Lines |
* | filter: Add const to temporary tap vectors | Thomas Habets | 2021-12-28 | 3 | -5/+5 |
* | filter: Speed up filter building with moves | Thomas Habets | 2021-12-28 | 4 | -4/+4 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | filter: pep8 formatting | Josh Morman | 2021-11-24 | 33 | -1262/+1819 |
* | filter: remove pyqwt and qt4 from filter_design | Josh Morman | 2021-11-21 | 2 | -88/+90 |
* | gr-filter: Corrects reconstruction filter bank example to point at existing p... | Nicholas Bruce | 2021-11-15 | 1 | -1/+1 |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -1/+1 |
* | qtgui: Replace pyqwidget() with qwidget() | David Winter | 2021-09-03 | 1 | -1/+1 |
* | filter: use output multiple for pfb arbitrary resampler | Jeff Long | 2021-09-02 | 3 | -0/+12 |
* | gr-filter: cpp code genration fails for root raised cosine filter | Volker Schroer | 2021-08-23 | 1 | -1/+1 |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+5 |
* | rebase | Volker Schroer | 2021-06-21 | 26 | -26/+26 |
* | global: remove unused <iomanip>, fix other includes in affected files when ob... | Marcus Müller | 2021-06-17 | 1 | -5/+0 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 4 | -4/+0 |
* | gr-blocks: Standardize Vector parameter name | Solomon Tan | 2021-05-19 | 1 | -1/+1 |
* | filter: Add C++ templates for Interpolating FIR filter | Martyn van Dijke | 2021-04-22 | 1 | -1/+14 |
* | filter: remove deprecated mmse_interpolator | Josh Morman | 2021-04-21 | 18 | -659/+2 |
* | filter: filter_delay_fc documentation used to be unclear about delay | Marcus Müller | 2021-04-21 | 2 | -14/+23 |
* | grc: fix rational resampler yml template | Christophe Seguinot | 2021-04-19 | 1 | -1/+1 |
* | Bessel lp/hp filter have only one critical parameter | Volker Schroer | 2021-04-05 | 1 | -4/+9 |
* | Disable save after saving and delete the plots | Volker Schroer | 2021-04-05 | 2 | -1/+15 |
* | gr_filter_design: conditionally enable save | Volker Schroer | 2021-04-05 | 1 | -1/+3 |
* | gr_filter_design: save wintype as int instead of str | Volker Schroer | 2021-03-24 | 1 | -1/+1 |
* | filter: revert Calculate checkbox index | Josh Morman | 2021-03-23 | 1 | -8/+7 |
* | Calculate checkbox index from wintype string | Volker Schroer | 2021-03-23 | 1 | -7/+8 |
* | gr-filter: Remove clang -Wdefaulted-function-deleted warning. | Ron Economos | 2021-03-19 | 2 | -3/+1 |
* | gr_filter : fix variable filter taps blocks | Christophe Seguinot | 2021-03-10 | 5 | -0/+10 |
* | filter: Remove manual memory management for polyphase filterbank | Thomas Habets | 2021-03-01 | 5 | -16/+15 |
* | gr_filter_sign: bessel bandpass calculation always fails | Volker Schroer | 2021-02-16 | 2 | -7/+6 |
* | filter: remove unnecessary set_history(1) | Josh Morman | 2021-02-11 | 5 | -8/+0 |
* | filter: cmake: Warn if scipy or pyqtgraph are unavailable | Volker Schroer | 2021-02-09 | 1 | -1/+21 |
* | Fix typos | luz paz | 2021-02-08 | 1 | -1/+1 |
* | Removed unused <cassert> | Marcus Müller | 2021-01-28 | 3 | -3/+0 |
* | filterbanks: Use virtual destructor in superclasses | Marcus Müller | 2021-01-26 | 4 | -2/+5 |
* | gr-filter: update for additional window values | Jacob Gilbert | 2021-01-25 | 7 | -118/+117 |
* | build: Remove clang compiler warnings. | Ron Economos | 2021-01-21 | 2 | -4/+4 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 8 | -14/+14 |
* | filter: Fix polyphase_filterbank for MSVC, w/ default move constructor. | Ryan Volz | 2021-01-11 | 4 | -2/+31 |
* | filter: update decimation after gcd calculation | Josh Morman | 2021-01-04 | 1 | -2/+3 |
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 3 | -13/+13 |
* | pfb.py: fix variable in static function | Jeff Long | 2021-01-04 | 1 | -1/+1 |
* | filter: update python binding hashes | Josh Morman | 2020-12-18 | 13 | -14/+21 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 16 | -46/+46 |
* | add import fft to python files that reference fft.window | Josh Morman | 2020-12-18 | 3 | -3/+3 |
* | filter: update qa tests with import fft | Josh Morman | 2020-12-18 | 8 | -8/+8 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 16 | -46/+46 |
* | global replace of filter.firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 17 | -35/+35 |
* | filter: remove deprecated win_type duplicate in firdes | Josh Morman | 2020-12-18 | 8 | -115/+90 |
* | more qt4 qt5 updates | A. Maitland Bottoms | 2020-12-18 | 3 | -8/+8 |
* | gr-filter: Document fractional_bw parameter in rational_resampler.h | Ron Economos | 2020-12-18 | 2 | -1/+2 |