[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/06: Use correct baseband filter size for
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/06: Use correct baseband filter size for bladeRF sink. |
Date: |
Tue, 29 Dec 2015 15:49:35 +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 be09e2fd36a1dfd073cfbae0accf8004a2bcef5e
Author: Ron Economos <address@hidden>
Date: Mon Dec 28 21:54:26 2015 -0800
Use correct baseband filter size for bladeRF sink.
---
gr-dtv/examples/README.dvbs | 4 ++++
gr-dtv/examples/dvbs_tx.grc | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gr-dtv/examples/README.dvbs b/gr-dtv/examples/README.dvbs
index 3e9fee8..d9097c4 100644
--- a/gr-dtv/examples/README.dvbs
+++ b/gr-dtv/examples/README.dvbs
@@ -20,3 +20,7 @@ This stream can also be used at:
9.333333 MSyms/s 3/4 code rate
8.4 Msyms/s 5/6 code rate
+The equation for calculating the correct Transport Stream bit-rate is:
+
+TS bit-rate = symbol rate * 2 * code rate * (188 / 204)
+
diff --git a/gr-dtv/examples/dvbs_tx.grc b/gr-dtv/examples/dvbs_tx.grc
index 63f8366..c9dd98a 100644
--- a/gr-dtv/examples/dvbs_tx.grc
+++ b/gr-dtv/examples/dvbs_tx.grc
@@ -786,7 +786,7 @@
</param>
<param>
<key>bw0</key>
- <value>6000000</value>
+ <value>10000000</value>
</param>
<param>
<key>corr0</key>
- [Commit-gnuradio] [gnuradio] branch master updated (ddb1e77 -> b858d8f), git, 2015/12/29
- [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 <=
- [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