aboutsummaryrefslogtreecommitdiffstats
path: root/gr-filter (follow)
Commit message (Expand)AuthorAgeFilesLines
* filter: Add const to temporary tap vectorsThomas Habets2021-12-283-5/+5
* filter: Speed up filter building with movesThomas Habets2021-12-284-4/+4
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* filter: pep8 formattingJosh Morman2021-11-2433-1262/+1819
* filter: remove pyqwt and qt4 from filter_designJosh Morman2021-11-212-88/+90
* gr-filter: Corrects reconstruction filter bank example to point at existing psk blockNicholas Bruce2021-11-151-1/+1
* modules: include boost/format where usedMarcus Müller2021-09-071-1/+1
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-1/+1
* filter: use output multiple for pfb arbitrary resamplerJeff Long2021-09-023-0/+12
* gr-filter: cpp code genration fails for root raised cosine filterVolker Schroer2021-08-231-1/+1
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+5
* rebaseVolker Schroer2021-06-2126-26/+26
* global: remove unused <iomanip>, fix other includes in affected files when obviousMarcus Müller2021-06-171-5/+0
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-174-4/+0
* gr-blocks: Standardize Vector parameter nameSolomon Tan2021-05-191-1/+1
* filter: Add C++ templates for Interpolating FIR filterMartyn van Dijke2021-04-221-1/+14
* filter: remove deprecated mmse_interpolatorJosh Morman2021-04-2118-659/+2
* filter: filter_delay_fc documentation used to be unclear about delayMarcus Müller2021-04-212-14/+23
* grc: fix rational resampler yml templateChristophe Seguinot2021-04-191-1/+1
* Bessel lp/hp filter have only one critical parameterVolker Schroer2021-04-051-4/+9
* Disable save after saving and delete the plotsVolker Schroer2021-04-052-1/+15
* gr_filter_design: conditionally enable saveVolker Schroer2021-04-051-1/+3
* gr_filter_design: save wintype as int instead of strVolker Schroer2021-03-241-1/+1
* filter: revert Calculate checkbox indexJosh Morman2021-03-231-8/+7
* Calculate checkbox index from wintype stringVolker Schroer2021-03-231-7/+8
* gr-filter: Remove clang -Wdefaulted-function-deleted warning.Ron Economos2021-03-192-3/+1
* gr_filter : fix variable filter taps blocksChristophe Seguinot2021-03-105-0/+10
* filter: Remove manual memory management for polyphase filterbankThomas Habets2021-03-015-16/+15
* gr_filter_sign: bessel bandpass calculation always failsVolker Schroer2021-02-162-7/+6
* filter: remove unnecessary set_history(1)Josh Morman2021-02-115-8/+0
* filter: cmake: Warn if scipy or pyqtgraph are unavailableVolker Schroer2021-02-091-1/+21
* Fix typosluz paz2021-02-081-1/+1
* Removed unused <cassert>Marcus Müller2021-01-283-3/+0
* filterbanks: Use virtual destructor in superclassesMarcus Müller2021-01-264-2/+5
* gr-filter: update for additional window valuesJacob Gilbert2021-01-257-118/+117
* build: Remove clang compiler warnings.Ron Economos2021-01-212-4/+4
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-198-14/+14
* filter: Fix polyphase_filterbank for MSVC, w/ default move constructor.Ryan Volz2021-01-114-2/+31
* filter: update decimation after gcd calculationJosh Morman2021-01-041-2/+3
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-043-13/+13
* pfb.py: fix variable in static functionJeff Long2021-01-041-1/+1
* filter: update python binding hashesJosh Morman2020-12-1813-14/+21
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-1816-46/+46
* add import fft to python files that reference fft.windowJosh Morman2020-12-183-3/+3
* filter: update qa tests with import fftJosh Morman2020-12-188-8/+8
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-1816-46/+46
* global replace of filter.firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-1817-35/+35
* filter: remove deprecated win_type duplicate in firdesJosh Morman2020-12-188-115/+90
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-183-8/+8
* gr-filter: Document fractional_bw parameter in rational_resampler.hRon Economos2020-12-182-1/+2