From ecedd527e7f9b49eaed9d5df55fb008d1c24a21d Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Tue, 27 Dec 2022 12:41:43 +0100 Subject: [PATCH] Add files via upload --- SP5WWP/inc/m17.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SP5WWP/inc/m17.h b/SP5WWP/inc/m17.h index 9ee0d4f..18f495b 100644 --- a/SP5WWP/inc/m17.h +++ b/SP5WWP/inc/m17.h @@ -23,6 +23,9 @@ const uint16_t SYNC_PKT = 0x75FF; const uint16_t SYNC_BER = 0xDF55; const uint16_t EOT_MRKR = 0x555D; +//puncturing pattern P_2 +const uint8_t P_2[12]={1,1,1,1,1,1,1,1,1,1,1,0}; + //RRC filter - 10 samples per symbol, 8 symbols span const float taps[FLT_LEN]= {