summaryrefslogtreecommitdiffstats
path: root/ss5_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'ss5_decode.h')
-rw-r--r--ss5_decode.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ss5_decode.h b/ss5_decode.h
new file mode 100644
index 0000000..4acaecb
--- /dev/null
+++ b/ss5_decode.h
@@ -0,0 +1,10 @@
+/*
+ * SS5 signal decoder header file
+ *
+ */
+
+#define SS5_DECODER_NPOINTS 80 /* size of goertzel window */
+
+char ss5_decode(unsigned char *data, int len);
+void ss5_test_decode(void);
+