mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
M17: reworked ClockRecovery
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "ClockRecovery.h"
|
||||
|
||||
namespace modemm17
|
||||
{
|
||||
const float ClockRecovery::MAX_CLOCK = 1.0005;
|
||||
const float ClockRecovery::MIN_CLOCK = 0.9995;
|
||||
}
|
||||
Reference in New Issue
Block a user