diff options
author | Marcus Müller <Marcus.Mueller@ettus.com> | 2015-04-22 20:32:04 +0200 |
---|---|---|
committer | Marcus Müller <Marcus.Mueller@ettus.com> | 2015-04-23 19:52:36 +0200 |
commit | 93a35f0bda8319a569e3a34a31f047dda793597a (patch) | |
tree | 0d60d20609f96b064dd4106bf80e8356318418ef /gr-analog/grc/analog_pwr_squelch_xx.xml | |
parent | fdfece16643f4f997cdbbd14a8646ae5f417e258 (diff) |
analog: Power Squelch now emit tags on start/end of bursts
The block will emit a tag with the key pmt::intern("squelch_sob")
with the value of pmt::PMT_NIL on the first item it passes, and with
the key pmt::intern("squelch:eob") on the last item it passes.
Added this to the `make` documentation.
Also: made the GRC XML's defaults reflect the C++ default args.
Also: indentation was mixed; unified the paragraphs I worked on.
Diffstat (limited to 'gr-analog/grc/analog_pwr_squelch_xx.xml')
-rw-r--r-- | gr-analog/grc/analog_pwr_squelch_xx.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-analog/grc/analog_pwr_squelch_xx.xml b/gr-analog/grc/analog_pwr_squelch_xx.xml index 32d9c0e947..a75f85cf10 100644 --- a/gr-analog/grc/analog_pwr_squelch_xx.xml +++ b/gr-analog/grc/analog_pwr_squelch_xx.xml @@ -34,11 +34,13 @@ <param> <name>Alpha</name> <key>alpha</key> + <value>1e-4</value> <type>real</type> </param> <param> <name>Ramp</name> <key>ramp</key> + <value>0</value> <type>int</type> </param> <param> |