summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorTom Rondeau2012-02-28 16:24:43 -0500
committerTom Rondeau2012-02-28 16:24:43 -0500
commit68a36d3e2c78d477e9c793df9ec9f540aa5f327d (patch)
tree629a458db26c2b0d295e50267eee51ec7c1eaf9e /gnuradio-core/src
parent47d6864ea92cf10899d7beebf2cb15eb08c140f2 (diff)
downloadgnuradio-68a36d3e2c78d477e9c793df9ec9f540aa5f327d.tar.gz
gnuradio-68a36d3e2c78d477e9c793df9ec9f540aa5f327d.tar.bz2
gnuradio-68a36d3e2c78d477e9c793df9ec9f540aa5f327d.zip
core: simple formatting.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h b/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h
index ce578c426..040b93e73 100644
--- a/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h
+++ b/gnuradio-core/src/lib/filter/gr_pfb_channelizer_ccf.h
@@ -202,12 +202,13 @@ public:
* map over M-1 will be ignored. If the size of the map is less than
* M the behavior is unknown (we don't wish to check every entry
* into the work function).
-
+ *
* This means that if the channelizer is splitting the signal up
* into N channels but only M channels are specified in the map
- * (where M < N), then M output streams must be connected and the
- * map can only contain numbers from 0 to M-1. By default, the map
- * is [0...M-1] with M = N.
+ * (where M <= N), then M output streams must be connected and the
+ * map and the channel numbers used must be less than N-1. Output
+ * channel number can be reused, too. By default, the map is
+ * [0...M-1] with M = N.
*/
void set_channel_map(const std::vector<int> &map);