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

Benchmarking: added float->float decimators and corresponding benchmark test

This commit is contained in:
f4exb
2018-04-25 18:01:01 +02:00
parent b03e9c59cb
commit 17ea5f29b3
12 changed files with 2074 additions and 25 deletions
+2
View File
@@ -116,6 +116,8 @@ ParserBench::TestType ParserBench::getTestType() const
{
if (m_testStr == "decimatefi") {
return TestDecimatorsFI;
} else if (m_testStr == "decimateff") {
return TestDecimatorsFF;
} else {
return TestDecimatorsII;
}