summaryrefslogtreecommitdiff
path: root/gr-digital
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-10-14 13:05:25 -0400
committerTom Rondeau <trondeau@vt.edu>2011-10-14 13:05:25 -0400
commit68ac497f17af5af435b535d0dccbd930be0fc1d3 (patch)
tree8413c77e8a921acd782708f67ab0d11b068e8560 /gr-digital
parentd6b2864470e44aeac3775909a24b9a734e9a369d (diff)
docs: Updated some docs and made it so GRC can pull docs in from other components like vocoder and digital.
Diffstat (limited to 'gr-digital')
-rw-r--r--gr-digital/include/digital_clock_recovery_mm_cc.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gr-digital/include/digital_clock_recovery_mm_cc.h b/gr-digital/include/digital_clock_recovery_mm_cc.h
index 023891a66d..5d9c8c5e53 100644
--- a/gr-digital/include/digital_clock_recovery_mm_cc.h
+++ b/gr-digital/include/digital_clock_recovery_mm_cc.h
@@ -43,12 +43,15 @@ digital_make_clock_recovery_mm_cc (float omega, float gain_omega,
* \ingroup sync_blk
* \ingroup digital
*
- * This implements the Mueller and Müller (M&M) discrete-time error-tracking synchronizer.
+ * This implements the Mueller and Müller (M&M) discrete-time
+ * error-tracking synchronizer.
+ *
* The complex version here is based on:
* Modified Mueller and Muller clock recovery circuit
* Based:
- * G. R. Danesfahani, T.G. Jeans, "Optimisation of modified Mueller and Muller
- * algorithm," Electronics Letters, Vol. 31, no. 13, 22 June 1995, pp. 1032 - 1033.
+ * G. R. Danesfahani, T.G. Jeans, "Optimisation of modified Mueller
+ * and Muller algorithm," Electronics Letters, Vol. 31, no. 13, 22
+ * June 1995, pp. 1032 - 1033.
*/
class digital_clock_recovery_mm_cc : public gr_block
{