mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
fixed PCL bug
This commit is contained in:
parent
c57482771b
commit
8b7afd88f9
@ -30,7 +30,7 @@ namespace dsp::loop {
|
|||||||
base_type::tempStop();
|
base_type::tempStop();
|
||||||
float alpha, beta;
|
float alpha, beta;
|
||||||
PhaseControlLoop<float>::criticallyDamped(bandwidth, alpha, beta);
|
PhaseControlLoop<float>::criticallyDamped(bandwidth, alpha, beta);
|
||||||
|
pcl.setCoefficients(alpha, beta);
|
||||||
base_type::tempStart();
|
base_type::tempStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user