commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 09/09: vocoder: cleaned up documentation (r


From: git
Subject: [Commit-gnuradio] [gnuradio] 09/09: vocoder: cleaned up documentation (removed warning on trademark symbol)
Date: Fri, 7 Mar 2014 17:52:59 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit f08f0f2b0ed69d98e18ec631a71af9ea6791f2e2
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 7 12:47:06 2014 -0500

    vocoder: cleaned up documentation (removed warning on trademark symbol)
---
 gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h | 5 ++++-
 gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h 
b/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h
index 324dcea..6e93168 100644
--- a/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h
+++ b/gr-vocoder/include/gnuradio/vocoder/cvsd_decode_bs.h
@@ -75,12 +75,15 @@ namespace gr {
      * the CVSD encoder.
      *
      * References:
+     *
      * 1.  Continuously Variable Slope Delta Modulation (CVSD) A Tutorial,
      *         Available: 
http://www.eetkorea.com/ARTICLES/2003AUG/A/2003AUG29_NTEK_RFD_AN02.PDF.
+     *
      * 2.  Specification of The Bluetooth System
      *         Available: 
http://grouper.ieee.org/groups/802/15/Bluetooth/core_10_b.pdf.
+     *
      * 3.  McGarrity, S., Bluetooth Full Duplex Voice and Data Transmission. 
2002.
-     *         Bluetooth Voice Simulink� Model, Available:
+     *         Bluetooth Voice Simulink Model, Available:
      *         
http://www.mathworks.com/company/newsletters/digest/nov01/bluetooth.html
      */
     class VOCODER_API cvsd_decode_bs : virtual public sync_interpolator
diff --git a/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h 
b/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h
index 7b7cea7..d0b3afa 100644
--- a/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h
+++ b/gr-vocoder/include/gnuradio/vocoder/cvsd_encode_sb.h
@@ -81,7 +81,7 @@ namespace gr {
      *     Available: 
http://grouper.ieee.org/groups/802/15/Bluetooth/core_10_b.pdf.
      *
      * 3.  McGarrity, S., Bluetooth Full Duplex Voice and Data Transmission. 
2002.
-     *     Bluetooth Voice Simulink� Model, Available:
+     *     Bluetooth Voice Simulink Model, Available:
      *     
http://www.mathworks.com/company/newsletters/digest/nov01/bluetooth.html
      */
     class VOCODER_API cvsd_encode_sb : virtual public sync_decimator
@@ -89,7 +89,7 @@ namespace gr {
     public:
       // gr::vocoder::cvsd_encode_sb::sptr
       typedef boost::shared_ptr<cvsd_encode_sb> sptr;
-      
+
       /*!
        * \brief Constructor parameters to initialize the CVSD encoder.
        * The default values are modeled after the Bluetooth standard and
@@ -116,7 +116,7 @@ namespace gr {
                       short pos_accum_max=32767, short neg_accum_max=-32767);
 
       virtual short min_step() = 0;
-      virtual short max_step() = 0; 
+      virtual short max_step() = 0;
       virtual double step_decay() = 0;
       virtual double accum_decay() = 0;
       virtual int K() = 0;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]