Detect Peak: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
Detect the peak of a signal. If a peak is detected, this block outputs a 1, or it outputs 0's.
Detect the peak of a signal. If a peak is detected, this block outputs a 1, or it outputs 0's.


Possible more information [https://www.gnuradio.org/doc/sphinx-3.7.0/blocks/peak_detectors_blk.html here], but this page needs to be improved.
Possible more information [https://www.gnuradio.org/doc/sphinx-3.7.0/blocks/peak_detectors_blk.html here], but this block's wiki page needs to be improved.


== Parameters ==
== Parameters ==

Revision as of 00:23, 18 August 2019

Detect the peak of a signal. If a peak is detected, this block outputs a 1, or it outputs 0's.

Possible more information here, but this block's wiki page needs to be improved.

Parameters

(R): Run-time adjustable

Period
Gain (R)

Example Flowgraph

Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI. Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO