worked on FIR-Convolution and LocalMaxima detection
This commit is contained in:
12
main.cpp
12
main.cpp
@@ -10,7 +10,7 @@ class Test : public GridPoint {
|
||||
|
||||
#include "tests/Tests.h"
|
||||
|
||||
#include "sensors/radio/scan/WiFiScanLinux.h"
|
||||
|
||||
#include "sensors/radio/VAPGrouper.h"
|
||||
|
||||
#include <KLib/misc/gnuplot/Gnuplot.h>
|
||||
@@ -18,6 +18,9 @@ class Test : public GridPoint {
|
||||
#include <KLib/misc/gnuplot/GnuplotPlotElementLines.h>
|
||||
#include <KLib/misc/gnuplot/GnuplotPlotElementPoints.h>
|
||||
|
||||
#ifdef WIFI_LINUX
|
||||
#include "sensors/radio/scan/WiFiScanLinux.h"
|
||||
|
||||
void wifi() {
|
||||
|
||||
K::Gnuplot gp;
|
||||
@@ -76,10 +79,9 @@ void wifi() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
@@ -109,7 +111,7 @@ int main(int argc, char** argv) {
|
||||
//::testing::GTEST_FLAG(filter) = "*Matrix4*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Sphere3*";
|
||||
|
||||
::testing::GTEST_FLAG(filter) = "Ray.ModelFac*";
|
||||
::testing::GTEST_FLAG(filter) = "*FIRComplex*";
|
||||
//::testing::GTEST_FLAG(filter) = "Timestamp*";
|
||||
|
||||
//::testing::GTEST_FLAG(filter) = "*RayTrace3*";
|
||||
|
||||
Reference in New Issue
Block a user