summaryrefslogtreecommitdiff
path: root/gr-filter
Commit message (Expand)AuthorAgeFilesLines
* filter: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-0411-11/+11
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-043-8/+4
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0446-46/+406
* filter: add pybind11 bindingsJosh Morman2020-06-04103-18/+5512
* pybind: removal of swig componentsJosh Morman2020-06-043-177/+0
* filter: Fix firdes RRC filter gain for alpha == 1Brett Gottula2020-04-232-0/+8
* gr-filter: Remove warning in fft_filter.cc logging.Ron Economos2020-04-221-6/+3
* filter: grc: variable_band_pass_filter_taps: fix complex taps optionIlya Tagunov2020-04-211-1/+2
* filter: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-133-19/+47
* Merge pull request #3350 from gnuradio/seeAppRun/gr-filter_cpp_generationMartin Braun2020-04-116-161/+257
|\
| * filter: Fix YAML files for C++ generationTerry May2020-04-116-161/+257
* | Remove VOLK as a submoduleMartin Braun2020-04-112-2/+1
|/
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0131-31/+31
* filter: Improve use of numpy and scipy in filter design toolWilliam Barnhart2020-03-302-28/+26
* gr-filter: Add ichar/ishort decimatorghostop142020-02-2011-4/+515
* docs: GRC documentation for rational resamplerarualok222020-02-091-0/+20
* pmt: Fix RuntimeError in pmt_to_pythonMichael Byers2020-02-091-1/+1
* Add FFT-base Root Raised Cosine Convenience Wrapperghostop142020-01-292-0/+69
* doxygen: Resolve broken references with Wiki links.Ron Economos2020-01-291-1/+1
* Update license header to SPDX formatdevnulling2020-01-27198-2575/+199
* examples: fixup filter_tap_loader with subprocess path trickdevnulling2020-01-221-2/+14
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-4/+4
* Filter: Improve performance in xlating FIR filterghostop142020-01-212-3/+11
* Added FFT Low Pass Filter Convenience Wrapperghostop142020-01-202-0/+80
* examples: fixup filters cmake and polyphase channelizer demodevnulling2020-01-202-17/+97
* filter: band pass: grc: Validate frequencies and transition widthChris2020-01-101-0/+7
* Fix all formatting issuesMartin Braun2020-01-107-48/+24
* filter: fix issues with filter taps loaderJosh Morman2020-01-063-15/+221
* filter: gr_filter_design restore save/load behaviorJosh Morman2020-01-061-6/+8
* filter: Add file taps loader blockMaximilian Stiefel2020-01-068-6/+294
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-044-15/+15
* Revert "fixup! cmake: workaround find_dependency bug"Marcus Müller2020-01-031-1/+1
* fixup! cmake: workaround find_dependency bugMarcus Müller2020-01-031-1/+1
* gr-filter/fft_filter: Use smart instead of raw pointersThomas Habets2020-01-038-133/+53
* Remove newlines from exception messagesThomas Habets2020-01-019-15/+15
* 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