aboutsummaryrefslogtreecommitdiffstats
path: root/gr-filter (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gr-filter: Remove unused parameter in polyphase_filterbank.Ron Economos2020-12-173-10/+4
* filter: remove initialization for history which is same as defaultJosh Morman2020-12-171-1/+0
* filter: replace rational_resampler_base with rational_resamplermormj2020-12-1719-495/+385
* build: Remove clang move assignment operator deleted warnings.Ron Economos2020-12-072-7/+7
* fir_filter: in constructor, 'decimation' is unusedJeff Long2020-11-3016-22/+21
* qa_freq_xlating_fir_filter: adjust phase to match codeJeff Long2020-11-251-10/+19
* freq_xlating_fir_filter: keep phase continuous on retuneJeff Long2020-11-252-0/+16
* filter: remove needless empty destructors and problematic constThomas Habets2020-11-1685-182/+30
* Move FFT functions and blocks to templates (#3903)mormj2020-11-0310-39/+40
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0331-135/+138