summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau2012-03-02 16:21:30 -0500
committerTom Rondeau2012-03-02 16:21:30 -0500
commitb0f3db9a0785d69d004d65054bb70a4dd70dcb65 (patch)
treed7434956b78fcd5af01fbfd70639004b0bd76e5b
parentd1f1c53fbc8ac7b8146af51cb104acb07cb7bdb2 (diff)
downloadgnuradio-b0f3db9a0785d69d004d65054bb70a4dd70dcb65.tar.gz
gnuradio-b0f3db9a0785d69d004d65054bb70a4dd70dcb65.tar.bz2
gnuradio-b0f3db9a0785d69d004d65054bb70a4dd70dcb65.zip
grc: updating to new name of pfb synthesizer block.
-rw-r--r--grc/blocks/block_tree.xml2
-rw-r--r--grc/blocks/gr_pfb_synthesizer.xml (renamed from grc/blocks/gr_pfb_synthesis_filterbank.xml)6
2 files changed, 4 insertions, 4 deletions
diff --git a/grc/blocks/block_tree.xml b/grc/blocks/block_tree.xml
index 6c4cc0e88..656811a16 100644
--- a/grc/blocks/block_tree.xml
+++ b/grc/blocks/block_tree.xml
@@ -171,7 +171,7 @@
<!-- Polyphase filters -->
<block>blks2_pfb_arb_resampler_ccf</block>
<block>blks2_pfb_channelizer_ccf</block>
- <block>gr_pfb_synthesis_filterbank_ccf</block>
+ <block>gr_pfb_synthesizer_ccf</block>
<!-- Other filters -->
<block>gr_single_pole_iir_filter_xx</block>
<block>gr_hilbert_fc</block>
diff --git a/grc/blocks/gr_pfb_synthesis_filterbank.xml b/grc/blocks/gr_pfb_synthesizer.xml
index 823eb50c4..49e5cb032 100644
--- a/grc/blocks/gr_pfb_synthesis_filterbank.xml
+++ b/grc/blocks/gr_pfb_synthesizer.xml
@@ -5,11 +5,11 @@
###################################################
-->
<block>
- <name>Polyphase Synthesis Filterbank</name>
- <key>gr_pfb_synthesis_filterbank_ccf</key>
+ <name>Polyphase Synthesizer</name>
+ <key>gr_pfb_synthesizer_ccf</key>
<import>from gnuradio import gr</import>
<import>from gnuradio.gr import firdes</import>
- <make>gr.pfb_synthesis_filterbank_ccf(
+ <make>gr.pfb_synthesizer_ccf(
$numchans, $taps, $twox)
self.$(id).set_channel_map($ch_map)
</make>