commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 07/09: dtv: lowered nfilts for ATSC receive


From: git
Subject: [Commit-gnuradio] [gnuradio] 07/09: dtv: lowered nfilts for ATSC receiver filter for performance reasons
Date: Tue, 22 Jul 2014 19:33:57 +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 8fe354d2aa377fabcd80e90ebd460392c491df55
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 21 17:56:57 2014 -0700

    dtv: lowered nfilts for ATSC receiver filter for performance reasons
---
 gr-dtv/python/dtv/atsc_rx_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-dtv/python/dtv/atsc_rx_filter.py 
b/gr-dtv/python/dtv/atsc_rx_filter.py
index e908f05..e860fa2 100644
--- a/gr-dtv/python/dtv/atsc_rx_filter.py
+++ b/gr-dtv/python/dtv/atsc_rx_filter.py
@@ -35,7 +35,7 @@ class atsc_rx_filter(gr.hier_block2):
 
         # Create matched RX filter with RRC response for fractional
         # interpolator.
-        nfilts = 32
+        nfilts = 16
         output_rate = ATSC_SYMBOL_RATE*sps # Desired oversampled sample rate
         filter_rate = input_rate*nfilts
         symbol_rate = ATSC_SYMBOL_RATE/2.0 # One-sided bandwidth of sideband



reply via email to

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