summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Dufour2012-08-30 16:51:20 +0200
committerJérémy Dufour2012-09-12 16:20:49 +0200
commit395d935ae2e012ed5737d9885c0762ceb1ba4e51 (patch)
tree6b6b5dcb5f12ee26705cb348fd0ba36a19ed24f5
parent1feb16c4d4c139e51bf69c4ec37073da4caaf4a4 (diff)
cesar/ce/rx/bl: initialize PBER sliding mean to 0, refs #2376
With actual configuration (lower bound of PBER tunnel almost at zero), it reduces oscillation to reset PBER sliding mean to 0 after each CE restart.
-rw-r--r--cesar/ce/rx/bitloading/src/pber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/ce/rx/bitloading/src/pber.c b/cesar/ce/rx/bitloading/src/pber.c
index 85c0987b48..6e4f6ebea1 100644
--- a/cesar/ce/rx/bitloading/src/pber.c
+++ b/cesar/ce/rx/bitloading/src/pber.c
@@ -30,7 +30,7 @@
ce_rx_bl_pber_conf_t ce_rx_bl_pber_conf
= {
.mean_coef = 6912,
- .mean_init = 655,
+ .mean_init = 0,
};
void