From d77a48e7d0b9a2c3b54269745c9c090b97622905 Mon Sep 17 00:00:00 2001 From: Raymond Knopp <raymond.knopp@eurecom.fr> Date: Tue, 2 Jun 2015 09:38:49 +0000 Subject: [PATCH] fixed some amplitude issues in PSS/SSS git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7514 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair1/PHY/impl_defs_top.h | 1 - 1 file changed, 1 deletion(-) diff --git a/openair1/PHY/impl_defs_top.h b/openair1/PHY/impl_defs_top.h index cfb6f2208d..f9f712b052 100755 --- a/openair1/PHY/impl_defs_top.h +++ b/openair1/PHY/impl_defs_top.h @@ -237,7 +237,6 @@ #define AMP 128 #else #define AMP 512//1024 //4096 -#define AMP_BPSK 724 #endif #define AMP_OVER_SQRT2 ((AMP*ONE_OVER_SQRT2_Q15)>>15) -- GitLab