- enable unused Receiver Statistics
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@932 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-3
@@ -8,8 +8,6 @@
|
||||
#include <radio/RealVector.hpp>
|
||||
#endif
|
||||
|
||||
#define DISABLE_UNUSED_STATISTICS
|
||||
|
||||
/***************************************************************/
|
||||
const uint32_t LPF_OVERSAMPLING = 16; // Arm-Filter: oversampling
|
||||
const radio_float_t LPF_OMEGA = (radio_float_t)0.48; // Arm-Filter: RC Roll-off
|
||||
@@ -386,7 +384,7 @@ void Receiver::processPassband(RVec const &rf, uint32_t len)
|
||||
}
|
||||
|
||||
#ifndef DISABLE_UNUSED_STATISTICS
|
||||
SlidingVarProcessV(&m_statistics.RF, pRF, len);
|
||||
SlidingVarProcessV(&m_statistics.RF, rf.data(), len);
|
||||
#endif
|
||||
|
||||
// Digital Down Converter
|
||||
|
||||
Reference in New Issue
Block a user