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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user