GNU Radio 3.7.1 C++ API
Level Controllers
Collaboration diagram for Level Controllers:

Classes

class  gr::blocks::moving_average_cc
 output is the moving sum of the last N samples, scaled by the scale factor More...
class  gr::blocks::moving_average_ff
 output is the moving sum of the last N samples, scaled by the scale factor More...
class  gr::blocks::moving_average_ii
 output is the moving sum of the last N samples, scaled by the scale factor More...
class  gr::blocks::moving_average_ss
 output is the moving sum of the last N samples, scaled by the scale factor More...
class  gr::blocks::mute_cc
 output = input or zero if muted. More...
class  gr::blocks::mute_ff
 output = input or zero if muted. More...
class  gr::blocks::mute_ii
 output = input or zero if muted. More...
class  gr::blocks::mute_ss
 output = input or zero if muted. More...
class  gr::blocks::sample_and_hold_bb
 sample and hold circuit More...
class  gr::blocks::sample_and_hold_ff
 sample and hold circuit More...
class  gr::blocks::sample_and_hold_ii
 sample and hold circuit More...
class  gr::blocks::sample_and_hold_ss
 sample and hold circuit More...
class  gr::analog::kernel::agc_cc
 high performance Automatic Gain Control class for complex signals. More...
class  gr::analog::kernel::agc2_cc
 high performance Automatic Gain Control class More...
class  gr::analog::agc2_ff
 high performance Automatic Gain Control class with attack and decay rates. More...
class  gr::analog::agc3_cc
 high performance Automatic Gain Control class with attack and decay rates. More...
class  gr::analog::agc_ff
 high performance Automatic Gain Control class More...
class  gr::analog::ctcss_squelch_ff
 gate or zero output if CTCSS tone not present More...
class  gr::analog::feedforward_agc_cc
 Non-causal AGC which computes required gain based on max absolute value over nsamples. More...
class  gr::analog::pwr_squelch_cc
 gate or zero output when input power below threshold More...
class  gr::analog::pwr_squelch_ff
 gate or zero output when input power below threshold More...
class  gr::analog::rail_ff
 clips input values to min, max More...
class  gr::analog::simple_squelch_cc
 simple squelch block based on average signal power and threshold in dB. More...
class  gr::blocks::threshold_ff
 Output a 1 or zero based on a threshold value. More...