summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/doc/bitloading.sdl
AgeCommit message (Collapse)Author
2012-09-12cesar/ce/rx: improve BMU by adding different mechanisms, refs #2376Jérémy Dufour
Replace frames counter by PB counter to trigger BMU: PBER sliding mean is computed by PB now, BMU should be triggerd by PB too. Add an oscillation counter to prevent too much restart: this is a security measure in case of the BMU go wild. Prevent BER margin to go over limits of BER target: after many BMU, the margin can in/decrease so much that it will go beyond possible BER target values. Move initialization of BMU config in a function rather than in global. Update test vectors to be in concordance with latest configuration. Improve handling of tone map at maximum
2012-09-12cesar/ce/rx/bl: fix restart CE TX in documentation, refs #2754Jérémy Dufour
It was missing from commit fd43428ce1580b21eae6f33a70fffb73db375b5b.
2012-09-12cesar/ce/rx/bl/doc: add BER margin update implementation doc, refs #2376Jérémy Dufour
2011-10-12cesar/ce/rx/bl: add CE implementation documentation (RST), closes #2699Jérémy Dufour