- no print of EQ coefs

This commit is contained in:
2022-07-03 12:16:40 +02:00
parent 3c210da265
commit fbbd20f083
+2 -2
View File
@@ -344,8 +344,8 @@ void Receiver::timerCallback()
m_statusListeners.call(&ReceiverStatusListener::receiverStatusChanged, this);
}
printf("CMA\n");
cout << m_cma2.getWeights() << endl;
// printf("CMA\n");
// cout << m_cma2.getWeights() << endl;
}
void Receiver::processPassband(RVec const &rf, size_t len)