summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/nsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/bitloading/nsr.h')
-rw-r--r--cesar/ce/rx/bitloading/nsr.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/cesar/ce/rx/bitloading/nsr.h b/cesar/ce/rx/bitloading/nsr.h
new file mode 100644
index 0000000000..6d4a9a824c
--- /dev/null
+++ b/cesar/ce/rx/bitloading/nsr.h
@@ -0,0 +1,24 @@
+#ifndef ce_rx_bitloading_nsr_h
+#define ce_rx_bitloading_nsr_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2011 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file ce/rx/bitloading/nsr.h
+ * \brief Public data
+ * \ingroup ce_rx_bl
+ *
+ * This file contains the information related to NSR.
+ */
+
+/**
+ * NSR must be rescaled before used by BER vs polynomials.
+ * Rescaling is not the same if NSR is based on sound or data.
+ */
+#define CE_RX_BL_NSR_SOUND_RESCALE (2)
+
+#endif /* ce_rx_bitloading_nsr_h */