AGC: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add Example Flowgraph)
(add diagram)
 
Line 1: Line 1:
[[Category:Block Docs]]
[[Category:Block Docs]]
High performance Automatic Gain Control.
High performance Automatic Gain Control. Power is approximated by absolute value.


Power is approximated by absolute value.
Here is a diagram showing how it works:
 
[[File:AGC_loop.jpg]]


== Parameters ==
== Parameters ==

Latest revision as of 16:14, 4 December 2021

High performance Automatic Gain Control. Power is approximated by absolute value.

Here is a diagram showing how it works:

AGC loop.jpg

Parameters

(R): Run-time adjustable

Rate (R)
The update rate of the loop.
Reference (R)
Reference value to adjust signal power to.
Gain (R)
Initial gain value.
Max gain (R)
Maximum gain value (0 for unlimited)

Example Flowgraph

This flowgraph shows an Automatic Gain Control block in an AM receiver.

FunCube AM.png

Source Files

C++ files
Complex input
Float input
Algorithms implementation
Header files
Complex input
Float input
Public header files
Complex input
Float input
Block definition
Yaml