aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Resampler.cpp
diff options
context:
space:
mode:
authorEric Wild <ewild@sysmocom.de>2024-02-21 19:33:09 +0100
committerEric Wild <ewild@sysmocom.de>2024-02-22 12:39:33 +0100
commitd8a1dee2c9d2ecdce7cb8d8763f3084ed80c1d0a (patch)
tree725e758338d42eb3b923eb0600cf6e373736c04a /Transceiver52M/Resampler.cpp
parent56c7b777f3b897fe0d5157db4cfdaa74f5223a58 (diff)
ms: add sigproclib demod
This is basically a fixed version of ttsous ancient branch that can be used instead of the VA. Required config option part of a future patchset. Change-Id: I6558992bd69f18526be5ebe7d424ca00ceb67772
Diffstat (limited to 'Transceiver52M/Resampler.cpp')
-rw-r--r--Transceiver52M/Resampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/Resampler.cpp b/Transceiver52M/Resampler.cpp
index 910c7ff..841c3a9 100644
--- a/Transceiver52M/Resampler.cpp
+++ b/Transceiver52M/Resampler.cpp
@@ -32,7 +32,7 @@ extern "C" {
#define M_PI 3.14159265358979323846264338327f
#endif
-#define MAX_OUTPUT_LEN 4096
+#define MAX_OUTPUT_LEN 4096*4
using namespace std;