1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

FIR RRC filter

This commit is contained in:
f4exb
2026-02-10 23:25:06 +01:00
parent 26455261ee
commit 649312d7ba
13 changed files with 432 additions and 23 deletions
+2
View File
@@ -75,6 +75,8 @@ void MainBench::run()
testFT8Protocols(m_parser.getArgsStr());
} else if (m_parser.getTestType() == ParserBench::TestFFTRRCFilter) {
testFFTRRCFilter();
} else if (m_parser.getTestType() == ParserBench::TestFIRRRCFilter) {
testFIRRRCFilter();
} else {
qDebug() << "MainBench::run: unknown test type: " << m_parser.getTestType();
}