Classes | |
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_cc |
high performance Automatic Gain Control class with attack and decay rates. 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_cc |
high performance Automatic Gain Control class 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::moving_average< T > |
output is the moving sum of the last N samples, scaled by the scale factor More... | |
class | gr::blocks::mute_blk< T > |
output = input or zero if muted. More... | |
class | gr::blocks::sample_and_hold< T > |
sample and hold circuit More... | |
class | gr::blocks::threshold_ff |
Output a 1 or zero based on a threshold value. More... | |