We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f6fed commit 88a53ebCopy full SHA for 88a53eb
sources/config.h
@@ -22,7 +22,7 @@ constexpr auto TRANSMISSION_MAX_TIME = std::chrono::minutes(10); // bre
22
23
// SCANNING SETTINGS
24
constexpr auto NOISE_LEARNING_TIME = std::chrono::milliseconds(2000); // noise learnig time
25
-constexpr auto RANGE_SCANNING_TIME = std::chrono::milliseconds(200); // waiting time for transmission in single scanning range
+constexpr auto RANGE_SCANNING_TIME = std::chrono::milliseconds(500); // waiting time for transmission in single scanning range
26
27
// SIGNAL DETECTION SETTINGS
28
constexpr auto GROUPING_X = 21; // average n frames in frequency domain
0 commit comments