summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Walls <andy@silverblocksystems.net>2014-09-30 22:01:42 -0400
committerTom Rondeau <tom@trondeau.com>2014-09-30 22:01:42 -0400
commitf303778629e2a6566671a8700f8037f190985634 (patch)
tree3553ca4cd0f87f77442e8eaf34e1bef03812d511
parenta56e163b333ef4072f188fcc7a0bf19f315ab2e5 (diff)
filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
Addresses issue #695.
-rw-r--r--gr-filter/grc/filter_pfb_synthesizer.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/gr-filter/grc/filter_pfb_synthesizer.xml b/gr-filter/grc/filter_pfb_synthesizer.xml
index e7e1ae3951..8cbe19528d 100644
--- a/gr-filter/grc/filter_pfb_synthesizer.xml
+++ b/gr-filter/grc/filter_pfb_synthesizer.xml
@@ -12,6 +12,7 @@
<make>filter.pfb_synthesizer_ccf(
$numchans, $taps, $twox)
self.$(id).set_channel_map($ch_map)
+self.$(id).declare_sample_delay($samp_delay)
</make>
<callback>set_taps($taps)</callback>
<callback>set_channel_map($ch_map)</callback>
@@ -40,6 +41,13 @@ self.$(id).set_channel_map($ch_map)
<type>bool</type>
</param>
<param>
+ <name>Sample Delay</name>
+ <key>samp_delay</key>
+ <value>0</value>
+ <type>int</type>
+ <hide>part</hide>
+ </param>
+ <param>
<name>Channel Map</name>
<key>ch_map</key>
<value>[]</value>