1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

FT4 demod: fixed benchmark test

This commit is contained in:
f4exb
2026-03-08 21:49:16 +01:00
parent c42f4a04cb
commit 002cfc0755
+2 -1
View File
@@ -88,7 +88,7 @@ int TestFT4Callback::hcb(
cycle_mu.unlock();
qDebug("TestFT8Callback::hcb: %3s %d %3d %3d %5.2f %6.1f %s [%s:%s:%s] (%s)",
qDebug("TestFT4Callback::hcb: %3s %d %3d %3d %5.2f %6.1f %s [%s:%s:%s] (%s)",
type.c_str(),
pass,
(int)snr,
@@ -220,6 +220,7 @@ void MainBench::testFT4(const QString& wavFile, const QString& argsStr)
decoder.getParams().nthreads = nthreads;
decoder.getParams().use_osd = 1;
decoder.getParams().osd_depth = 6;
decoder.getParams().osd_ldpc_thresh = 77; // Require at least 77/83 correct LDPC bits before OSD
decoder.entry(
samples.data(),