mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 04:00:11 +02:00
fixed PCL bug
This commit is contained in:
@ -30,7 +30,7 @@ namespace dsp::loop {
|
||||
base_type::tempStop();
|
||||
float alpha, beta;
|
||||
PhaseControlLoop<float>::criticallyDamped(bandwidth, alpha, beta);
|
||||
|
||||
pcl.setCoefficients(alpha, beta);
|
||||
base_type::tempStart();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user