changeset 3:82c2d1a2f608

dhf/amr122-dhf-bits.c: created
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 19:45:29 +0000
parents 75ba83624a29
children 5aeebdcbddad
files dhf/amr122-dhf-bits.c
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dhf/amr122-dhf-bits.c	Wed Apr 03 19:45:29 2024 +0000
@@ -0,0 +1,16 @@
+/*
+ * This C module contains the standard MR122 version of AMR DHF,
+ * in the form of a bit array.
+ */
+
+#include <stdint.h>
+
+const uint8_t amr122_dhf_bits[244] = {
+0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0,
+1,0,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,0,0,1,1,0,
+1,0,0,0,0,0,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,
+0,0,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,1,1,1,1,0,1,1,0,
+1,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,0,1,0,
+0,0,0,0
+};