From 03d84ba75a711deb3452583ab531a13dac921e78 Mon Sep 17 00:00:00 2001 From: none Date: Wed, 7 Apr 2021 19:29:18 +0200 Subject: [PATCH] add example modulator config file --- apps/modulator.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 apps/modulator.conf diff --git a/apps/modulator.conf b/apps/modulator.conf new file mode 100644 index 0000000..1d92b27 --- /dev/null +++ b/apps/modulator.conf @@ -0,0 +1,22 @@ +[output] +connector = F +channels = 16 +unit = DBUV +power = 5000 + +[channels] +standard = 1 +channels = 25 +frequency = 474000000 + +[streams] +guard_interval = 0 +fft_size = 1 + +channel = 1 +stream = 0 + +channel = 0 +stream = 1 + +