From 93a35f0bda8319a569e3a34a31f047dda793597a Mon Sep 17 00:00:00 2001 From: Marcus Müller <Marcus.Mueller@ettus.com> Date: Wed, 22 Apr 2015 20:32:04 +0200 Subject: 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. --- gr-analog/grc/analog_pwr_squelch_xx.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gr-analog/grc/analog_pwr_squelch_xx.xml') 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> -- cgit v1.2.3