- TimingGeneratorGardner creates dOmega
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1003 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-7
@@ -296,7 +296,7 @@ class TimingGeneratorGardner : public Interpolation::TimingGenerator
|
||||
|
||||
void reset()
|
||||
{
|
||||
LeadLagSetState(filter, 0);
|
||||
LeadLagInit(filter, 0.00);
|
||||
}
|
||||
|
||||
void loopFilterSetup(lead_lag_filter_t *pFilter, lead_lag_coeff_t *pCoeff)
|
||||
@@ -305,12 +305,6 @@ class TimingGeneratorGardner : public Interpolation::TimingGenerator
|
||||
coeff = pCoeff;
|
||||
}
|
||||
|
||||
void setOmega(radio_float_t omega)
|
||||
{
|
||||
LeadLagInit(filter, omega);
|
||||
m_omega = omega;
|
||||
}
|
||||
|
||||
void process(ComplexScalar const &iq)
|
||||
{
|
||||
// @2 x symbolrate
|
||||
|
||||
Reference in New Issue
Block a user