From 9aa5167ee15e2cb36993578327f29a4ef815ded3 Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Fri, 15 Feb 2019 11:44:53 +0100 Subject: [PATCH] replace crc10 and crc12 with crc14 in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 60db780..705d3b3 100644 --- a/README +++ b/README @@ -10,6 +10,6 @@ A brief description of the FT8 protocol can be found at: Changes from the original sources: - ft8d.f90 is updated and working - - crc10.cpp and crc12.cpp are replaced with crc10.c and crc12.c + - crc14.cpp is replaced with crc14.c - hardcoded values are replaced with parameters in baseline.f90 and ft8b.f90 - input format is changed to complex samples at 4000 samples per second