From 8ec44f5543aa8820b4e95a24448f04f0095e4ce9 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 3 May 2015 13:57:12 +0000 Subject: [PATCH] - reduced noise_eps git-svn-id: http://moon:8086/svn/matlab/trunk@67 801c6759-fa7c-4059-a304-17956f83a07c --- ofdm/cfo_coarse_int.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofdm/cfo_coarse_int.m b/ofdm/cfo_coarse_int.m index 98086ac..bf029d0 100644 --- a/ofdm/cfo_coarse_int.m +++ b/ofdm/cfo_coarse_int.m @@ -7,7 +7,7 @@ end alpha = 0.01; rho = 0.999; k_boost = 4; -noise_eps = 1e-1; +noise_eps = 1e-3; if 1 bin_pilots = c2i(N, carrier_pilot)-1;