summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-04-05 11:31:33 -0400
committerTom Rondeau <trondeau@vt.edu>2013-04-05 11:31:33 -0400
commite772651919d7fd64d80f8b618bfcf73f4384c068 (patch)
tree89ddca397c9af6a23119305ca5e8d942ba6f6e4b
parent3a97145d2f7829b5f5396677ddd99a02a58e9081 (diff)
parent06c0d3898032df9348ae59b215ec3db0b3e196a6 (diff)
Merge branch 'master' into next
Conflicts: gr-filter/grc/filter_pfb_arb_resampler.xml
-rw-r--r--gr-filter/grc/filter_pfb_arb_resampler.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/gr-filter/grc/filter_pfb_arb_resampler.xml b/gr-filter/grc/filter_pfb_arb_resampler.xml
index b3418b9f2c..6b127074fc 100644
--- a/gr-filter/grc/filter_pfb_arb_resampler.xml
+++ b/gr-filter/grc/filter_pfb_arb_resampler.xml
@@ -11,9 +11,12 @@
<import>from gnuradio.filter import firdes</import>
<make>pfb.arb_resampler_$(type)(
$rrate,
- $taps,
- $nfilts,
- $atten)
+#if $taps()
+ taps=$taps,
+#else
+ taps=None,
+#end if
+ flt_size=$nfilts)
</make>
<callback>set_taps($taps)</callback>
<callback>set_rate($rrate)</callback>