diff options
author | darron@kewl.org <darron@kewl.org> | 2008-10-16 00:01:32 +0100 |
---|---|---|
committer | darron@kewl.org <darron@kewl.org> | 2008-10-16 00:01:32 +0100 |
commit | 88ad9b4d994c8b8e301d0097ae3d6e27bf717683 (patch) | |
tree | bd2466713a78a7d9fbf38c493e2c60f11ed4bee0 /.hgignore | |
parent | 2082ad419513b9aa806e180da67b925b514df28d (diff) | |
download | mediapointer-dvb-s2-88ad9b4d994c8b8e301d0097ae3d6e27bf717683.tar.gz mediapointer-dvb-s2-88ad9b4d994c8b8e301d0097ae3d6e27bf717683.tar.bz2 |
cx24116: optimise emulated auto-pilot
From: Christophe Thommeret <hftom@free.fr>
Christophe divulged the following:
"Since 8PSK (and higher mod) signals are very likely to have pilot symbols,
pilot_auto should start with pilot_on for 8PSK.
And since QPSK signals are unlikely to have pilot, pilot_auto should start
with pilot_off for QPSK.
Without the patch:
QPSK tuning delay: ~100ms
8PSK tuning delay: ~900ms
with patch:
QPSK tuning delay: ~100ms
8PSK tuning delay: ~100ms
"
This patch does as Cristophe asks. In emulated auto-pilot we
choose pilot-on for tuning PSK_8 and pilot-off for
tuning QPSK.
Priority: normal
Signed-off-by: Darron Broad <darron@kewl.org>
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions