- TimingGenerator tells Farrow whenn to produce a sample

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1051 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-21 19:37:00 +00:00
parent 31883e71a6
commit d1efaf9f05
3 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -22,10 +22,12 @@ void TimingGenerator::setOmega(radio_float_t omega)
m_omega = omega;
}
void TimingGenerator::process(ComplexScalar const &iq)
bool TimingGenerator::process(ComplexScalar const &iq)
{
(void)iq;
update(1.0);
return true;
}
void TimingGenerator::update(radio_float_t dOmega)