~ubuntu-branches/ubuntu/trusty/gnuradio/trusty-updates

« back to all changes in this revision

Viewing changes to debian/patches/0041-digital-fixed-comments-for-new-parameters.patch

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2012-03-16 20:30:18 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120316203018-o9cvujkbn563d8ou
Tags: 3.5.2.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From af942401b5251a0751d40af193fbbe938103263a Mon Sep 17 00:00:00 2001
2
 
From: Tom Rondeau <trondeau@vt.edu>
3
 
Date: Mon, 20 Feb 2012 10:15:36 -0500
4
 
Subject: [PATCH 41/47] digital: fixed comments for new parameters.
5
 
 
6
 
---
7
 
 gr-digital/include/digital_costas_loop_cc.h |    9 +++------
8
 
 1 files changed, 3 insertions(+), 6 deletions(-)
9
 
 
10
 
diff --git a/gr-digital/include/digital_costas_loop_cc.h b/gr-digital/include/digital_costas_loop_cc.h
11
 
index c8c722c..4aab22f 100644
12
 
--- a/gr-digital/include/digital_costas_loop_cc.h
13
 
+++ b/gr-digital/include/digital_costas_loop_cc.h
14
 
@@ -50,11 +50,8 @@
15
 
  *
16
 
  *  http://rfdesign.com/images/archive/0102Feigin20.pdf
17
 
  *  
18
 
- * \param alpha the loop gain used for phase adjustment
19
 
- * \param beta the loop gain for frequency adjustments
20
 
- * \param max_freq the maximum frequency deviation (radians/sample) the loop can handle
21
 
- * \param min_freq the minimum frequency deviation (radians/sample) the loop can handle
22
 
- * \param order the loop order, either 2 or 4
23
 
+ * \param loop_bw  internal 2nd order loop bandwidth (~ 2pi/100)
24
 
+ * \param order the loop order, either 2, 4, or 8
25
 
  */
26
 
 
27
 
 #include <digital_api.h>
28
 
@@ -76,7 +73,7 @@ digital_make_costas_loop_cc (float loop_bw, int order
29
 
  *    stream 1 is the baseband I and Q;
30
 
  *    stream 2 is the normalized frequency of the loop
31
 
  *
32
 
- * \p order must be 2 or 4.
33
 
+ * \p order must be 2, 4, or 8.
34
 
  */
35
 
 class DIGITAL_API digital_costas_loop_cc : public gr_sync_block, public gri_control_loop
36
 
 {
37
 
1.7.9.1
38