Add FDMA protocol to pcps algorithm

This commit is contained in:
Gastd
2017-08-23 13:15:42 -03:00
parent b0a6483254
commit 72ff71450b
@@ -151,12 +151,6 @@ public:
{
gr::thread::scoped_lock lock(d_setlock); // require mutex with work function called by the scheduler
d_gnss_synchro = p_gnss_synchro;
// Dealing with FDMA system
if(d_gnss_synchro->System == 'R')
{
d_freq += 0.5625e6 * GLONASS_PRN[d_gnss_synchro->PRN+1];
std::cout << "d_freq " << d_freq << std::endl;
}
}
/*!