]> git.gag.com Git - debian/gnuradio/commitdiff
more expressive Doxygen tag for using Costas loop
authortrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 15 Dec 2006 00:59:53 +0000 (00:59 +0000)
committertrondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 15 Dec 2006 00:59:53 +0000 (00:59 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4093 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/lib/general/gr_costas_loop_cc.h

index d7d0db67b382127fda5427914b06c69e01fa02e3..caa158498c6585010318178330c0139b9f900b6c 100644 (file)
@@ -41,6 +41,9 @@ gr_make_costas_loop_cc (float alpha, float beta,
 /*!
  * \brief Carrier tracking PLL for QPSK
  * input: complex; output: complex
+ * <br>The Costas loop can have two output streams:
+ *    stream 1 is the baseband I&Q;
+ *    stream 2 is the normalized frequency of the loop
  *
  * \p order must be 2 or 4.
  */