diff options
author | Tom Rondeau | 2011-04-04 08:12:21 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-04 08:12:21 -0400 |
commit | eca5501969aa6175562b7e70b350cf3e6ddec603 (patch) | |
tree | e9f18afd1d9cf534890abf5d394b0cb225a5c5bc /gnuradio-core | |
parent | 0966037079d9e2af5778f1418c17d29352286406 (diff) | |
download | gnuradio-eca5501969aa6175562b7e70b350cf3e6ddec603.tar.gz gnuradio-eca5501969aa6175562b7e70b350cf3e6ddec603.tar.bz2 gnuradio-eca5501969aa6175562b7e70b350cf3e6ddec603.zip |
pfb: fixed documentation for PFB-based clock sync.
Diffstat (limited to 'gnuradio-core')
-rw-r--r-- | gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h b/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h index 4e6ef5fc4..684ac85ce 100644 --- a/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h @@ -84,7 +84,7 @@ class gr_fir_ccf; * the block constructor, we just ask for "gain," which is d_alpha while d_beta is * equal to (gain^2)/4. * - * The clock sync block needs to know the number of samples per second (sps), because it + * The clock sync block needs to know the number of samples per symbol (sps), because it * only returns a single point representing the sample. The sps can be any positive real * number and does not need to be an integer. The filter taps must also be specified. The * taps are generated by first conceiving of the prototype filter that would be the signal's @@ -115,7 +115,7 @@ class gr_pfb_clock_sync_ccf : public gr_block private: /*! * Build the polyphase filterbank timing synchronizer. - * \param sps (double) The number of samples per second in the incoming signal + * \param sps (double) The number of samples per symbol in the incoming signal * \param gain (float) The alpha gain of the control loop; beta = (gain^2)/4 by default. * \param taps (vector<int>) The filter taps. * \param filter_size (uint) The number of filters in the filterbank (default = 32). |