summaryrefslogtreecommitdiff
path: root/cesar/ce
diff options
context:
space:
mode:
authordufour2009-10-01 13:40:01 +0000
committerdufour2009-10-01 13:40:01 +0000
commit8b07385cfdb9c296935db04d5eb335d6ccdd3757 (patch)
treeabd74f3bd1916a108aecc8e0403cca5b3450d48c /cesar/ce
parent22256151fa415f690ef408056fe10532e986eee2 (diff)
* ce/rx/bitloading:
- only have one iteration of the initial CE. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5868 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce')
-rw-r--r--cesar/ce/rx/bitloading/src/initial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/ce/rx/bitloading/src/initial.c b/cesar/ce/rx/bitloading/src/initial.c
index bbe209e9ae..1d6c2b3188 100644
--- a/cesar/ce/rx/bitloading/src/initial.c
+++ b/cesar/ce/rx/bitloading/src/initial.c
@@ -213,7 +213,7 @@ ce_rx_bl_initial_opitmized_iterative (tonemask_info_t *tonemask,
/ tone_en);
}
/* Repeat until no modification of the BER consign (or 6 times). */
- while (it_count++ < 6 && ber_prev != ber_cur);
+ while (it_count++ < 1 && ber_prev != ber_cur);
/* Store tone map generated. */
sort[fec_rate] = tm[fec_rate]->bits_per_symbol;
}