summaryrefslogtreecommitdiff
path: root/controller/fw/Makefile
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-03-06 11:54:33 +0100
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-03-06 11:54:33 +0100
commite4693349cf862f8c609a0a7586b24d703486fff9 (patch)
tree4cf8a458782b18c55ca4ef182f5888c69b5ac700 /controller/fw/Makefile
parentad9e17c35c2fc358e6660d179c844b14b92c5541 (diff)
downloadmaster-thesis-e4693349cf862f8c609a0a7586b24d703486fff9.tar.gz
master-thesis-e4693349cf862f8c609a0a7586b24d703486fff9.tar.bz2
master-thesis-e4693349cf862f8c609a0a7586b24d703486fff9.zip
Correlator seems to be working
Diffstat (limited to 'controller/fw/Makefile')
-rw-r--r--controller/fw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/controller/fw/Makefile b/controller/fw/Makefile
index 6c5d5ea..2c75bbf 100644
--- a/controller/fw/Makefile
+++ b/controller/fw/Makefile
@@ -51,11 +51,11 @@ FMEAS_SAMPLING_RATE ?= 10.0
DSSS_GOLD_CODE_NBITS ?= 5
DSSS_DECIMATION ?= 10
-DSSS_THESHOLD_FACTOR ?= 4.0f
+DSSS_THESHOLD_FACTOR ?= 5.0f
DSSS_WAVELET_WIDTH ?= 7.3
DSSS_WAVELET_LUT_SIZE ?= 69
-DSSS_FILTER_FC ?= 20e-3
-DSSS_FILTER_ORDER ?= 8
+DSSS_FILTER_FC ?= 10e-3
+DSSS_FILTER_ORDER ?= 10
CC := $(PREFIX)gcc
CXX := $(PREFIX)g++