From 347e32548c3d1ae0b75287b1db554eae5a2fc0eb Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 2 Feb 2024 12:07:40 -0500 Subject: [PATCH] Errors and erasures is now working for RS. --- lib/superfox/Makefile | 4 ++-- lib/superfox/rs_sf.c | 36 ++++++++++++++++++++++++++++-------- lib/superfox/rstest.f90 | 23 ++++++++++++++--------- 3 files changed, 44 insertions(+), 19 deletions(-) diff --git a/lib/superfox/Makefile b/lib/superfox/Makefile index 69e00eb88..7cacd12ad 100644 --- a/lib/superfox/Makefile +++ b/lib/superfox/Makefile @@ -17,11 +17,11 @@ CFLAGS= -O9 -Wall all: rs_sf.a rstest rs_125_49 -OBJS1 = rstest.o ran1.o +OBJS1 = rstest.o ran1.o rs_sf.a rstest: $(OBJS1) $(FC) -o rstest $(OBJS1) rs_sf.a -OBJS2 = rs_125_49.o ran1.o get_crc14.o +OBJS2 = rs_125_49.o ran1.o get_crc14.o rs_sf.a rs_125_49: $(OBJS2) $(FC) -o rs_125_49 $(OBJS2) rs_sf.a diff --git a/lib/superfox/rs_sf.c b/lib/superfox/rs_sf.c index a57c4bcef..d44d6fb85 100644 --- a/lib/superfox/rs_sf.c +++ b/lib/superfox/rs_sf.c @@ -26,14 +26,21 @@ void rs_encode_sf_(int *dgen, int *sent) // Reverse data order for the Karn codec. for(i=0; i