Detect Peak

From GNU Radio
Jump to navigation Jump to search

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

dpll_bb is the referenced name for most files. Look at the Block definition below to see how the analog dpll_bb is built with the block name detect peak

C++ files
dpll_bb_impl.cc
Header files
dpll_bb_impl.h
Public header files
dpll_bb.h
Block definition
analog_dpll_bb.block.yml
Test File
qa_dpll.py