summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_peak_detector2.py
Commit message (Collapse)AuthorAgeFilesLines
* blocks: pep8 formattingJosh Morman2021-11-241-2/+4
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* gr-blocks qa for peak_detector2: fix result type in test5Jeff Long2021-01-121-2/+2
| | | | Signed-off-by: Jeff Long <willcode4@gmail.com>
* peak_detector2: Make the recently added test case failrear10192021-01-111-3/+3
|
* peak_detector2: bug fix and add a test caseCallyan2021-01-111-0/+26
|
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-23/+21
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
|
* blocks: add pybind11 bindingsJosh Morman2020-06-041-12/+12
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-0/+1
|
* blocks: better implementation of peak_detector2. Address #783.Achilleas Anastasopoulos2015-04-261-5/+82
| | | | | | In the original form, work function in peak_detector2 block sometimes returns -1. For more details, see the mailing list thread: - http://lists.gnu.org/archive/html/discuss-gnuradio/2015-04/msg00197.html
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-2/+2
|
* blocks: Updating testing environment.Ben Reynwar2013-03-111-2/+1
|
* blocks: Enabling uninstalled python imports.Ben Reynwar2013-03-071-0/+57