diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-14 20:34:45 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-14 20:34:45 -0700 |
commit | d39cb0f9cd182e96ecbc8ca51675855b46d8ac48 (patch) | |
tree | dd3364658f18cb8c1fe6f968742e24149ba39e73 /docs/doxygen/other | |
parent | a7d897483dc26ed42607773c0de750c269af4da0 (diff) | |
parent | 50a0a1616288d179f3f42a29068e89b56195f645 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/pfb_intro.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/pfb_intro.dox b/docs/doxygen/other/pfb_intro.dox index d3c3ee63be..43e27b4a3c 100644 --- a/docs/doxygen/other/pfb_intro.dox +++ b/docs/doxygen/other/pfb_intro.dox @@ -11,7 +11,7 @@ in all sorts of applications. See the documentation for the individual blocks for details about what they can do and how they should be used. Furthermore, there are -examples for these blocks in <b>gnuradio-examples/python/pfb</b>. +examples for these blocks in <b>gr-filter/examples</b>. The main issue when using the PFB blocks is defining the prototype filter, which is passed to all of the blocks as a vector of \p @@ -19,7 +19,7 @@ taps. The taps from the prototype filter which get partitioned among the \p N channels of the channelizer. An example of creating a set of filter taps for a PFB channelizer is -found on line 49 of <b>gnuradio-examples/python/pfb/channelizer.py</b> +found on line 49 of <b>gr-filter/examples/channelizer.py</b> and reproduced below. Notice that the sample rate is the sample rate at the input to the channelizer while the bandwidth and transition width are defined for the channel bandwidths. This makes a fairly long |