[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 09/16: gr-dtv: Add DVB-S2 transmitter updat
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 09/16: gr-dtv: Add DVB-S2 transmitter update. |
Date: |
Sun, 29 Mar 2015 02:27:26 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit dcb0088ffabcc4555c59bdfcdb9bcf7a6231d6f0
Author: Ron Economos <address@hidden>
Date: Tue Mar 24 11:19:53 2015 -0700
gr-dtv: Add DVB-S2 transmitter update.
---
gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h | 4 ++--
gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h
b/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h
index f38cf42..68e5403 100644
--- a/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h
+++ b/gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h
@@ -43,9 +43,9 @@ namespace gr {
/*!
* \brief Create a DVB-S2 constellation modulator.
*
- * \param constellation DVB-S2 constellation.
- * \param rate FEC code rate.
* \param framesize FEC frame size (normal or short).
+ * \param rate FEC code rate.
+ * \param constellation DVB-S2 constellation.
*/
static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate,
dvb_constellation_t constellation);
};
diff --git a/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h
b/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h
index a7d6b3b..0893d01 100644
--- a/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h
+++ b/gr-dtv/include/gnuradio/dtv/dvbs2_physical_cc.h
@@ -44,10 +44,10 @@ namespace gr {
/*!
* \brief Create a DVB-S2 physical layer framer.
*
- * \param constellation DVB-S2 constellation.
+ * \param framesize FEC frame size (normal or short).
* \param rate FEC code rate.
+ * \param constellation DVB-S2 constellation.
* \param pilots pilot symbols (on/off).
- * \param framesize FEC frame size (normal or short).
* \param goldcode physical layer scrambler Gold code (0 to 262141
inclusive).
*/
static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate,
dvb_constellation_t constellation, dvbs2_pilots_t pilots, int goldcode);
- [Commit-gnuradio] [gnuradio] 08/16: analog: Wrapped squelch blocks' setter methods with lock, (continued)
- [Commit-gnuradio] [gnuradio] 08/16: analog: Wrapped squelch blocks' setter methods with lock, git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 03/16: analog: Added frequency accessor and modifier to CTCSS squelch, git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 06/16: filter: exporting IIR filter kernels from library., git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 14/16: Merge remote-tracking branch 'drmpeg/dvb-s2', git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 01/16: analog: Made CTCSS squelch find_tone() a static member function, git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 13/16: Merge remote-tracking branch 'tom/iir_filter_stability', git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 11/16: gr-dtv: Fix ATSC compile issue as reported on mailing list., git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 12/16: Merge remote-tracking branch 'jynik/ctcss_squelch_add_freq_getset', git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 16/16: Merge remote-tracking branch 'drmpeg/atsc-fix', git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 05/16: docs: adding better docs for using IIR kernels., git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 09/16: gr-dtv: Add DVB-S2 transmitter update.,
git <=
- [Commit-gnuradio] [gnuradio] 02/16: analog: Moved CTCSS squelch FFT parameter calculations, git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 04/16: filter: fixes stability issue with IIR filters., git, 2015/03/28
- [Commit-gnuradio] [gnuradio] 07/16: gr-dtv: Add DVB-S2 transmitter., git, 2015/03/28