1
0
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:
f4exb
2022-07-27 14:58:33 +02:00
parent 414e695121
commit 1601fa43ca
4 changed files with 38 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "ClockRecovery.h"
namespace modemm17
{
const float ClockRecovery::MAX_CLOCK = 1.0005;
const float ClockRecovery::MIN_CLOCK = 0.9995;
}