From c13b993a9cbf2dd8c60da19b11f63febe7bc39a8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 26 Nov 2024 10:00:28 +0100 Subject: Restore ofdmwindowing for fixed point --- src/GuardIntervalInserter.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/GuardIntervalInserter.h') diff --git a/src/GuardIntervalInserter.h b/src/GuardIntervalInserter.h index 8d329ff..738d5b3 100644 --- a/src/GuardIntervalInserter.h +++ b/src/GuardIntervalInserter.h @@ -2,7 +2,7 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2023 + Copyright (C) 2024 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -33,7 +33,6 @@ #include "ConfigParser.h" #include "ModPlugin.h" #include "RemoteControl.h" -#include #include /* The GuardIntervalInserter prepends the cyclic prefix to all @@ -79,7 +78,9 @@ class GuardIntervalInserter : public ModCodec, public RemoteControllable size_t& windowOverlap; mutable std::mutex windowMutex; - std::vector window; + std::vector windowFloat; + std::vector windowFix; + std::vector windowFixWide; }; protected: -- cgit v1.2.3