aboutsummaryrefslogtreecommitdiff
path: root/src/cohpsk_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cohpsk_defs.h')
-rw-r--r--src/cohpsk_defs.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/cohpsk_defs.h b/src/cohpsk_defs.h
index a03bfe7..968dfa5 100644
--- a/src/cohpsk_defs.h
+++ b/src/cohpsk_defs.h
@@ -1,9 +1,11 @@
/* Generated by write_pilot_file() Octave function */
-#define NSYMROW 4 /* number of data symbols on each row (i.e. each carrier) */
-#define NS 4 /* number of data symbols between pilots */
-#define NPILOTSFRAME 2 /* number of pilot symbols on each row */
-#define PILOTS_NC 7 /* number of carriers */
-
-#define NSYMROWPILOT 6 /* length of row after pilots inserted */
+#define NSYMROW 4 /* number of data symbols on each row (i.e. each carrier) */
+#define NS 4 /* number of data symbols between pilots */
+#define NPILOTSFRAME \
+ 2 /* number of pilot symbols on each row */
+#define PILOTS_NC \
+ 7 /* number of carriers */
+#define NSYMROWPILOT \
+ 6 /* length of row after pilots inserted */