[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (ddb1e77 -> b858d8f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (ddb1e77 -> b858d8f) |
Date: |
Tue, 29 Dec 2015 15:49:33 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from ddb1e77 Merge branch 'maint'
new dec480a Fix 64 bit OpenEmbedded builds.
new 056ce0f Merge branch 'maint'
new ecb8c80 Add DVB-S transmitter flow graph.
new 9dccfac Update DVB-S2 flow graph.
new 443ae06 Add 2X interpolation capability to DVB-S2 modulator.
new be09e2f Use correct baseband filter size for bladeRF sink.
new b858d8f Merge remote-tracking branch 'drmpeg/dvbs-tx'
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/Modules/GrPlatform.cmake | 6 +-
gr-dtv/examples/README.dvbs | 26 +
gr-dtv/examples/dvbs2_tx.grc | 2516 +++++++++++++-------
.../examples/dvbs_tx.grc | 1906 +++++++--------
gr-dtv/grc/dtv_dvbs2_modulator_bc.xml | 17 +-
gr-dtv/include/gnuradio/dtv/dvbs2_config.h | 6 +
gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h | 3 +-
gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.cc | 202 +-
gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h | 3 +-
.../gr-newmod/cmake/Modules/GrPlatform.cmake | 6 +-
10 files changed, 2797 insertions(+), 1894 deletions(-)
create mode 100644 gr-dtv/examples/README.dvbs
copy gr-uhd/examples/grc/uhd_two_tone_loopback.grc =>
gr-dtv/examples/dvbs_tx.grc (70%)
- [Commit-gnuradio] [gnuradio] branch master updated (ddb1e77 -> b858d8f),
git <=
- [Commit-gnuradio] [gnuradio] 05/06: Merge branch 'maint', git, 2015/12/29
- [Commit-gnuradio] [gnuradio] 04/06: Use correct baseband filter size for bladeRF sink., git, 2015/12/29
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'drmpeg/dvbs-tx', git, 2015/12/29
- [Commit-gnuradio] [gnuradio] 03/06: Add 2X interpolation capability to DVB-S2 modulator., git, 2015/12/29
- [Commit-gnuradio] [gnuradio] 01/06: Add DVB-S transmitter flow graph., git, 2015/12/29
- [Commit-gnuradio] [gnuradio] 02/06: Update DVB-S2 flow graph., git, 2015/12/29