commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/05: filter: Fixes setting sample delay d


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/05: filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
Date: Wed, 1 Oct 2014 15:49:17 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit f303778629e2a6566671a8700f8037f190985634
Author: Andy Walls <address@hidden>
Date:   Tue Sep 30 22:01:42 2014 -0400

    filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
    
    Addresses issue #695.
---
 gr-filter/grc/filter_pfb_synthesizer.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gr-filter/grc/filter_pfb_synthesizer.xml 
b/gr-filter/grc/filter_pfb_synthesizer.xml
index e7e1ae3..8cbe195 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]