aboutsummaryrefslogtreecommitdiffstats
path: root/gr-filter/examples (follow)
Commit message (Expand)AuthorAgeFilesLines
* filter: pep8 formattingJosh Morman2021-11-2415-240/+277
* gr-filter: Corrects reconstruction filter bank example to point at existing psk blockNicholas Bruce2021-11-151-1/+1
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-1/+1
* filter: update python binding hashesJosh Morman2020-12-186-7/+13
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-185-13/+13
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-185-13/+13
* more qt4 qt5 updatesA. Maitland Bottoms2020-12-183-8/+8
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0316-43/+0
* gr-filter: Add ichar/ishort decimatorghostop142020-02-201-0/+299
* Update license header to SPDX formatdevnulling2020-01-2717-221/+17
* 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
* examples: fixup filters cmake and polyphase channelizer demodevnulling2020-01-202-17/+97
* filter: fix issues with filter taps loaderJosh Morman2020-01-062-11/+217
* filter: Add file taps loader blockMaximilian Stiefel2020-01-061-0/+11
* gitignore: ignore autogen files in example foldersJohannes Demel2019-03-241-0/+1
* filter: Convert GRC examples to YAML formatJohannes Demel2019-01-153-4084/+1166
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-0211-174/+115
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-2416-120/+163
|\
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2616-120/+163
* | Merge branch 'master' into nextMartin Braun2018-02-031-1/+1
|\ \ | |/ |/|
| * Comment typo fixing.luz.paz2018-02-031-1/+1
* | filter: replace OptionParser by ArgumentParser for gr-utils and gr-qtguiJiří Pinkava2016-08-061-20/+12
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+0
* | Merge remote-tracking branch 'pinkavaj/argparse-filter-01' into nextJohnathan Corgan2016-08-013-78/+78
|\ \ | |/ |/|
| * filter: fir_filter_fff.py replace OptionParser by ArgumentParserJiří Pinkava2016-06-291-25/+25
| * filter: fir_filter_ccc.py - replace OptionParser by ArgumentParserJiří Pinkava2016-06-291-25/+25
| * filter: fft_filter_ccc - replace OptionParser by ArgumentParserJiří Pinkava2016-06-291-28/+28
* | Merge branch 'maint'Johnathan Corgan2016-07-011-1/+1
|\ \ | |/ |/|
| * filter: add missing import of filterJiří Pinkava2016-06-291-1/+1
* | gr-analog: Add safety and default for FM preemphasis filterAndy Walls2016-03-301-1/+1
* | gr-analog: Fix FM preemphasis filter and rework deemphasis filterAndy Walls2016-03-291-1/+1
|/
* examples: removed extra titles or legends from QTGUI blocks in examples.Tom Rondeau2015-08-052-812/+1254
* filter: added filter_taps.grc exampleJohnathan Corgan2015-04-082-0/+1300
* examples: minor tweaks to some examples.Tom Rondeau2014-07-121-89/+372
* examples: Ported examples in GNU Radio tree to QT.Martin Braun2014-07-121-211/+360
* Merge branch 'maint'Tom Rondeau2014-07-076-8/+8
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-076-8/+8
* | qtgui: changed all examples to start wtih empty name fields.Tom Rondeau2014-07-021-4/+4
|/
* filter: Adding grc files and example for hierarchical pfb channelizer and generic filterbank.Ben Reynwar2014-03-271-0/+1265
* filters: fixing up some minor issues with the analysis/synthesis filterbanks.Tom Rondeau2014-02-281-3/+3
* filter: fixed missing copyright and import sys in examplesTom Rondeau2013-11-174-0/+64
* blocks: removing vco_f from core; now in gr-blocks.Tom Rondeau2013-03-181-1/+1
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-181-1/+1
* cleaning up, converting examples, etc.Tom Rondeau2013-03-171-2/+2
* blocks: converting references to vector source/sink, null source/sink, nop, copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.Tom Rondeau2013-03-1712-48/+55
* blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-081-1/+1
* core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-061-1/+1
* core: removing goertzel and fft implementations from core; see gr-fft.Tom Rondeau2013-03-061-0/+75
* blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-242-33/+34