summaryrefslogtreecommitdiff
path: root/gr-digital/examples/example_timing.py
Commit message (Expand)AuthorAgeFilesLines
* digital: pep8 formattingJosh Morman2021-11-241-40/+44
* numpy: Fix fftpack referencesChristophe Seguinot2021-02-181-4/+1
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-3/+0
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-27/+22
* python: replace unfunctional old_div with functional codeAndrej Rode2018-08-171-3/+2
* Merge branch 'next' into python3Johnathan Corgan2017-08-271-1/+1
|\
| * renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-181-1/+1
* | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-4/+8
|/
* examples: replace OptionParser by ArgumentParserJiří Pinkava2016-09-201-30/+30
* digital: examples will fail without some Python packages but need sys module ...Tom Rondeau2014-03-061-10/+11
* digital: improved PFB clock sync convergence time. Updated example for better...Tom Rondeau2013-10-311-12/+23
* examples: Some of the examples were updated to use 3.7 API, but the new modul...Nathan West2013-07-261-1/+1
* cleaning up, converting examples, etc.Tom Rondeau2013-03-171-1/+2
* blocks: converting references to vector source/sink, null source/sink, nop, c...Tom Rondeau2013-03-171-8/+9
* core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-061-2/+2
* digital: fixed up digital blocks to make examples work again.Tom Rondeau2012-08-201-2/+22
* digital: fixing up some examples to use new namespaces.Tom Rondeau2012-07-071-6/+7
* Cleaning up; adding a different dbpsk that uses differential coding. The norm...Tom Rondeau2011-08-101-1/+1
* digital: added M&M clock recovery loop as an option to compare against polyph...Tom Rondeau2011-08-091-71/+125
* digital: adding a timing offset example.Tom Rondeau2011-08-081-0/+157