RMS: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(add Example Flowgraph and Output)
 
Line 10: Line 10:
== Example Flowgraph ==
== 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.
This flowgraph can be found at [https://raw.githubusercontent.com/gnuradio/gnuradio/master/gr-channels/examples/demo_spec_an.grc]
 
[[File:Demo_spec_an_fg.png|800px]]
 
== Example Output ==
 
[[File:Demo_spec_an_out.png|800px]]


== Source Files ==
== Source Files ==

Latest revision as of 12:57, 19 December 2021

Calculates RMS average power.

Parameters

(R): Run-time adjustable

Alpha (R)
Gain for running average filter.

Example Flowgraph

This flowgraph can be found at [1]

Demo spec an fg.png

Example Output

Demo spec an out.png

Source Files

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