diff options
-rw-r--r-- | gr-filter/grc/filter_pfb_synthesizer.xml | 8 |
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> |