1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

FT4 demod: copy original FT8 worker to FT4. Isolate AI generated classes

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