summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/Module
diff options
context:
space:
mode:
authorJérémy Dufour2011-10-19 15:54:56 +0100
committerJalil Chemseddine2012-06-28 17:29:18 +0200
commita96affc664818d381abd57988311ca8fbdebd018 (patch)
treee16b8db1889bb849c8595834ec2fd0f26b256fe2 /cesar/ce/rx/bitloading/Module
parentb57a45d6d46d88e641c97610c5ae7bc43852527f (diff)
cesar/ce/rx/bl: refactor PBER module, refs #3215
This commit includes: - refactoring of the PBER function to create a module to handle the PBER, - propose a new re-initialisation system - an impossible value means using the value from the first frame, - a valid value will be used as the initialization. - set default value of coefficient to last value defined by TNS team, - reset the PBER sliding mean after each CE restart, - isolate corresponding tests.
Diffstat (limited to 'cesar/ce/rx/bitloading/Module')
-rw-r--r--cesar/ce/rx/bitloading/Module2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/ce/rx/bitloading/Module b/cesar/ce/rx/bitloading/Module
index 94e6f86df2..368c4df4b3 100644
--- a/cesar/ce/rx/bitloading/Module
+++ b/cesar/ce/rx/bitloading/Module
@@ -1,2 +1,2 @@
SOURCES := nsr.c ber.c transition.c initial.c common.c bitloading.c \
- intervals.c
+ intervals.c pber.c