1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-06 16:05:13 -04:00

FT8 demod: reorganized code (1)

This commit is contained in:
f4exb
2023-01-10 00:15:46 +01:00
parent 65e9d1a167
commit 7ec86b09de
5 changed files with 3606 additions and 3262 deletions
+4 -2
View File
@@ -167,7 +167,9 @@ void MainBench::testFT8(const QString& wavFile)
wfile.close();
FT8::entry(
FT8::FT8Decoder decoder;
decoder.entry(
samples.data(),
samples.size(),
0.5 * header.m_sampleRate,
@@ -180,7 +182,7 @@ void MainBench::testFT8(const QString& wavFile)
budget,
&testft8Callback,
0,
(struct FT8::cdecode *) 0
(struct FT8::cdecode *) nullptr
);
qDebug("MainBench::testFT8: done");
const std::map<std::string, bool>& msgMap = testft8Callback.getMsgMap();