Feed Forward AGC: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
[[Category: | [[Category:Pages with no Example Flowgraph]] | ||
Non-causal AGC which computes required gain based on max absolute value over N samples. | |||
== Parameters == | == Parameters == | ||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | (''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | ||
; | ; Num samples | ||
: | : Number of samples to look ahead | ||
; | ; Reference | ||
: | : Reference value to adjust signal power to | ||
== Example Flowgraph == | == Example Flowgraph == | ||
Line 21: | Line 19: | ||
; C++ files | ; C++ files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-analog/lib/feedforward_agc_cc_impl.cc Here] | ||
; Header files | ; Header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-analog/lib/feedforward_agc_cc_impl.h Here] | ||
; Public header files | ; Public header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-analog/include/gnuradio/analog/feedforward_agc_cc.h Here] | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-analog/grc/analog_feedforward_agc_cc.block.yml Yaml] |
Latest revision as of 14:22, 1 April 2025
Non-causal AGC which computes required gain based on max absolute value over N samples.
Parameters
(R): Run-time adjustable
- Num samples
- Number of samples to look ahead
- Reference
- Reference value to adjust signal power to
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
- Here
- Header files
- Here
- Public header files
- Here
- Block definition
- Yaml