aboutsummaryrefslogtreecommitdiffstats
path: root/gr-filter/grc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rebaseVolker Schroer2021-06-2126-26/+26
* 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-213-47/+0
* grc: fix rational resampler yml templateChristophe Seguinot2021-04-191-1/+1
* gr_filter : fix variable filter taps blocksChristophe Seguinot2021-03-105-0/+10
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-1811-33/+33
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-1811-33/+33
* filter: replace rational_resampler_base with rational_resamplermormj2020-12-174-79/+20
* Fix typos throughout the codeluzpaz2020-10-291-1/+1
* gr-filter: Add complex band rejection design helpersYamakaja2020-10-202-13/+27
* filter: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-0411-11/+11
* filter: grc: variable_band_pass_filter_taps: fix complex taps optionIlya Tagunov2020-04-211-1/+2
* filter: Fix YAML files for C++ generationTerry May2020-04-114-17/+84
* gr-filter: Add ichar/ishort decimatorghostop142020-02-203-1/+37
* docs: GRC documentation for rational resamplerarualok222020-02-091-0/+20
* Add FFT-base Root Raised Cosine Convenience Wrapperghostop142020-01-292-0/+69
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Added FFT Low Pass Filter Convenience Wrapperghostop142020-01-202-0/+80
* filter: band pass: grc: Validate frequencies and transition widthChris2020-01-101-0/+7
* filter: fix issues with filter taps loaderJosh Morman2020-01-061-4/+4
* filter: Add file taps loader blockMaximilian Stiefel2020-01-063-0/+28
* Fix a typo in the YAML for Polyphase ChannelizerClayton Smith2019-08-191-1/+2
* Fix for misc. documentation + trivial typosluz.paz2019-07-178-8/+8
* grc: introduce flag 'show_id' to show block idBastian Bloessl2019-06-295-5/+5
* filter: Fix rational resampler GRC binding.Ron Economos2019-04-191-1/+1
* filter: Fix typo in Hilbert filter .yml file.Ron Economos2019-04-021-1/+1
* Add C++ generation support to gr-filteraru312019-03-3132-0/+380
* filter: Convert GRC examples to YAML formatJohannes Demel2019-01-151-7/+4
* Cleaned up lots of blocksHåkon Vågsether2018-08-251-2/+11
* Fix template `$var`->`${var}` in YAMLHåkon Vågsether2018-08-181-1/+1
* Typo fix for gr-filter blocksHåkon Vågsether2018-07-3010-19/+38
* grc: forward port fixes from master XML to block.yaml definitionsAndrej Rode2018-07-301-1/+1
* Fixed some filter blocks, cleaned othersHåkon Vågsether2018-07-3015-32/+83
* Added auto-generated YAML blocksHåkon Vågsether2017-10-1067-2754/+1708
* Moved GRC XML and corrected class names for fractional->mmse renameMarcus Müller2017-09-212-2/+2
* renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-184-8/+8
* Merge branch 'master' into nextJohnathan Corgan2016-08-061-1/+6
|\
| * filter: add msg param set port for frac resamplerSebastian Müller2016-08-061-1/+6
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
|/
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-271-1/+1
* filter: added variable_band_reject_filter_taps and variable_rrc_filter_tapsJohnathan Corgan2015-04-084-0/+135
* filter: add variable_band_pass_filter_tapsJohnathan Corgan2015-04-083-0/+99
* filter: add variable_high_pass_filter_tapsJohnathan Corgan2015-04-083-0/+77
* filter: add variable_low_pass_filter_tapsJohnathan Corgan2015-04-083-1/+79
* spacing issues prettifiedStephan Ludwig (donludovico)2015-01-071-38/+38
* grc,blocks,fft,filter: assigned categories to all blocks without any; further checked all other gr-* of gnuradio; solves issue from see http://lists.gnu.org/archive/html/discuss-gnuradio/2014-12/msg00133.htmlStephan Ludwig (donludovico)2015-01-031-0/+1
* filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.Andy Walls2014-09-301-0/+8
* filter: Fixes setting sample delay declaration for the PFB channelizer and in GRC.Andy Walls2014-09-301-0/+8
* Merge branch 'maint'Tom Rondeau2014-07-071-4/+4
|\