aboutsummaryrefslogtreecommitdiffstats
path: root/gr-filter (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix memset clearing non-trivial type gr_complex warnings in gcc-8Anders Kalør2019-08-224-16/+18
* Removed double import of numpy in gr_filter_designJan Kraemer2019-08-221-40/+39
* Fixed gr_filter fftpack usage with numpy >= 1.17Jan Kraemer2019-08-221-2/+13
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-225-7/+7
* Fix a typo in the YAML for Polyphase ChannelizerClayton Smith2019-08-191-1/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-0960-80/+80
* Tree: clang-format without the include sortingMarcus Müller2019-08-09130-12505/+13677
* Fix for misc. documentation + trivial typosluz.paz2019-07-1710-10/+10
* grc: introduce flag 'show_id' to show block idBastian Bloessl2019-06-295-5/+5
* filter: continue transition to PyQt5/PyQtGraphJosh Morman2019-06-157-162/+466
* filter_design: Update to PyQtGraphEdward Kigwana2019-06-1510-4221/+3618
* 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
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+1
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-91/+19
* filter: Convert GRC examples to YAML formatJohannes Demel2019-01-154-4091/+1170
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-1/+0
* qa: Use random.seed(0) everywhere import random is usedMartin Braun2018-12-192-1/+2
* filter: Fix pfb_decimator_ccf_impl alloc-dealloc mismatchDan Robertson2018-12-181-1/+1
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* Removed historic artifact of seeding using srandomMarcus Müller2018-11-221-3/+0
* gr-filter: Refine bare exception capture in testBrennan Ashton2018-11-151-1/+1
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-0213-222/+164
* Fix invalid escape sequences.Clayton Smith2018-11-011-3/+3
* gengen replacement: fix for not installed header filesLukas Kuzmiak2018-10-041-0/+2
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-31170-5483/+3893
|\
| * filter: replace gengen with C++ templatesAndrej Rode2018-08-2521-1598/+898
| * 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
| * python: replace unfunctional old_div with functional codeAndrej Rode2018-08-171-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
| * filter_delay: fixed access to nonexistant element of input_itemsMarcus Müller2018-07-121-1/+2
| * fft_filter: removed undef behaviour through access to emptyvec[0]Marcus Müller2018-07-121-6/+12
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-25122-3481/+2557
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-24122-3481/+2557
| | |\
| | | * Added auto-generated YAML blocksHåkon Vågsether2017-10-1067-2754/+1708
| | | * Merge branch 'next' into python3Johnathan Corgan2017-09-222-2/+2
| | | |\
| | | * \ Merge branch 'next' into python3Johnathan Corgan2017-08-2721-152/+152
| | | |\ \
| | | * \ \ Merge branch 'next' into python3Johnathan Corgan2017-07-1715-3/+1248
| | | |\ \ \
| | | * \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-221-2/+0
| | | |\ \ \ \
| | | * | | | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2655-727/+849
| | * | | | | | Revert codespelling fixes for xml filesAndrej Rode2018-06-239-9/+9
| * | | | | | | math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-178-91/+99
| |/ / / / / /
| * | | | | | cleanup: remove dynamic exception specificationsAndrej Rode2018-02-063-4/+4
| * | | | | | Merge branch 'master' into nextMartin Braun2018-02-0321-19/+19
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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-1821-152/+152
| | |_|_|/ | |/| | |