1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

FT4 decoder: nearly all decode OK

This commit is contained in:
f4exb
2026-03-08 02:08:57 +01:00
parent fbfa04a06d
commit 2e0801e57b
3 changed files with 664 additions and 516 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ void MainBench::testFT4(const QString& wavFile, const QString& argsStr)
wfile.close();
FT8::FT4DecoderLight decoder;
FT8::FT4Decoder decoder;
decoder.getParams().nthreads = nthreads;
decoder.getParams().use_osd = 1;
decoder.getParams().osd_depth = 6;