[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;
- [Commit-gnuradio] [gnuradio] branch master updated (ca69ec5 -> f08f0f2), git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 02/09: Merge branch 'maint', git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 07/09: runtime: adds ability to output flowgraph in dot format (resolves issue 245)., git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'mbant/vocoder-fixes', git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 05/09: vocoder: Fixed packing problem with Codec2, + GRC bindings, added example, git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 09/09: vocoder: cleaned up documentation (removed warning on trademark symbol),
git <=
- [Commit-gnuradio] [gnuradio] 03/09: Merge remote-tracking branch 'drmpeg/rs-optimize', git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 04/09: fec: adding small comments in rs encoder about duplicated lines., git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 01/09: Add a lookup table to the encoder inner loop for byte mode only (used by the ATSC transmitter)., git, 2014/03/07
- [Commit-gnuradio] [gnuradio] 06/09: vocoder: Fixed GSM GRC bindings and improved docs, provided example, git, 2014/03/07