GNU Radio 3.4.2 C++ API
Signal Level Control (AGC)
Collaboration diagram for Signal Level Control (AGC):

Classes

class  gr_agc2_cc
 high performance Automatic Gain Control classFor Power the absolute value of the complex number is used. More...
class  gr_agc2_ff
 high performance Automatic Gain Control class More...
class  gr_agc_cc
 high performance Automatic Gain Control classFor Power the absolute value of the complex number is used. More...
class  gr_agc_ff
 high performance Automatic Gain Control classPower is approximated by absolute value More...
class  gr_ctcss_squelch_ff
 gate or zero output if ctcss tone not present More...
class  gr_dpll_bb
 Detect the peak of a signalIf a peak is detected, this block outputs a 1, or it outputs 0's. More...
class  gr_feedforward_agc_cc
 Non-causal AGC which computes required gain based on max absolute value over nsamples. More...
class  gr_peak_detector2_fb
 Detect the peak of a signalIf a peak is detected, this block outputs a 1, or it outputs 0's. A separate debug output may be connected, to view the internal EWMA described below. More...
class  gr_pwr_squelch_cc
 gate or zero output when input power below threshold More...
class  gr_pwr_squelch_ff
 gate or zero output when input power below threshold More...
class  gr_regenerate_bb
 Detect the peak of a signal and repeat every period samplesIf a peak is detected, this block outputs a 1 repeated every period samples until reset by detection of another 1 on the input or stopped after max_regen regenerations have occurred. More...
class  gr_simple_squelch_cc
 simple squelch block based on average signal power and threshold in dB. More...
class  gr_mute_cc
 output = input or zero if muted. More...
class  gr_mute_ff
 output = input or zero if muted. More...
class  gr_mute_ii
 output = input or zero if muted. More...
class  gr_mute_ss
 output = input or zero if muted. More...
class  gr_peak_detector_fb
 Detect the peak of a signalIf a peak is detected, this block outputs a 1, or it outputs 0's. More...
class  gr_peak_detector_ib
 Detect the peak of a signalIf a peak is detected, this block outputs a 1, or it outputs 0's. More...
class  gr_peak_detector_sb
 Detect the peak of a signalIf a peak is detected, this block outputs a 1, or it outputs 0's. More...
class  gr_sample_and_hold_bb
 sample and hold circuitSamples the data stream (input stream 0) and holds the value if the control signal is 1 (intput stream 1). More...
class  gr_sample_and_hold_ff
 sample and hold circuitSamples the data stream (input stream 0) and holds the value if the control signal is 1 (intput stream 1). More...
class  gr_sample_and_hold_ii
 sample and hold circuitSamples the data stream (input stream 0) and holds the value if the control signal is 1 (intput stream 1). More...
class  gr_sample_and_hold_ss
 sample and hold circuitSamples the data stream (input stream 0) and holds the value if the control signal is 1 (intput stream 1). More...