diff options
Diffstat (limited to 'comms/qsstv/files/patch-qsstv_drmrx_demodulator.cpp')
-rw-r--r-- | comms/qsstv/files/patch-qsstv_drmrx_demodulator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qsstv/files/patch-qsstv_drmrx_demodulator.cpp b/comms/qsstv/files/patch-qsstv_drmrx_demodulator.cpp index 26516f0ba6bd..f2a98e45fca0 100644 --- a/comms/qsstv/files/patch-qsstv_drmrx_demodulator.cpp +++ b/comms/qsstv/files/patch-qsstv_drmrx_demodulator.cpp @@ -1,6 +1,6 @@ ---- qsstv/drmrx/demodulator.cpp.orig 2016-08-23 19:39:12 UTC +--- qsstv/drmrx/demodulator.cpp.orig 2019-02-26 18:17:40 UTC +++ qsstv/drmrx/demodulator.cpp -@@ -946,7 +946,7 @@ bool demodulator::channelEstimation() +@@ -947,7 +947,7 @@ bool demodulator::channelEstimation() temp2 += actual_pilots[2 * j] * next_pilots[2 * j + 1] -actual_pilots[2 * j + 1] * next_pilots[2 * j]; } |