2021-04-07 19:29:18 +02:00
|
|
|
[output]
|
2021-04-09 12:53:06 +02:00
|
|
|
# connector = OFF, SMA or F
|
2021-04-07 19:29:18 +02:00
|
|
|
connector = F
|
2021-04-09 12:53:06 +02:00
|
|
|
# number of total channels to be used at the same time
|
|
|
|
# use lower number to have fewer channels but stronger signal per channel
|
2021-04-07 19:29:18 +02:00
|
|
|
channels = 16
|
2021-04-09 12:53:06 +02:00
|
|
|
# unit of power in DBUV or DBM
|
2021-04-07 19:29:18 +02:00
|
|
|
unit = DBUV
|
2021-04-09 12:53:06 +02:00
|
|
|
# power output in units of above unit
|
|
|
|
power = 50.0
|
|
|
|
|
|
|
|
|
|
|
|
# define channels:
|
|
|
|
# channels are frequency slots to which a stream (mod0, mod1 ...) can be assigned
|
2021-04-07 19:29:18 +02:00
|
|
|
|
|
|
|
[channels]
|
2021-04-09 12:53:06 +02:00
|
|
|
# standard: 0 = generic, 1 = DVB-T 8MHz, 2 = DVB-T 7 MHz, 3 = DVB-T 6 MHz
|
2021-04-07 19:29:18 +02:00
|
|
|
standard = 1
|
2021-04-09 12:53:06 +02:00
|
|
|
|
|
|
|
# numbers of channels to allocate, starting from frequency below
|
|
|
|
# this defines 25 channels at 474, 474+8, 474+16, etc. Mhz
|
2021-04-07 19:29:18 +02:00
|
|
|
channels = 25
|
2021-04-09 12:53:06 +02:00
|
|
|
# frequency of channel 0, following channels are spaced according to set standard
|
|
|
|
frequency = 474.0
|
|
|
|
|
2021-04-07 19:29:18 +02:00
|
|
|
|
|
|
|
[streams]
|
2021-04-09 12:53:06 +02:00
|
|
|
# number of streams depends on the card hardware
|
|
|
|
# streams correspond to devices mod0, mod1, ...
|
|
|
|
# channels are defined above in channels section
|
|
|
|
|
|
|
|
# 0 = 1/32, 1 = 1/16, 2 = 1/8, 3 = 1/4
|
2021-04-07 19:29:18 +02:00
|
|
|
guard_interval = 0
|
2021-04-09 12:53:06 +02:00
|
|
|
# 0 = 2K, 1 = 8K (2K not yet supported)
|
2021-04-07 19:29:18 +02:00
|
|
|
fft_size = 1
|
|
|
|
|
2021-04-09 12:53:06 +02:00
|
|
|
# all following streams will be set according to the last set other parameters
|
|
|
|
|
|
|
|
# example:
|
|
|
|
# this would set mod 1 to 474 MHz and mod0 to 482 MHz (474 + 8 MHz)
|
|
|
|
# both with guard interval 1/32 and 8K FFT
|
|
|
|
# and mod2 to 490MHz, guard interval 1/16 and 8K FFT
|
2021-04-07 19:29:18 +02:00
|
|
|
channel = 1
|
|
|
|
stream = 0
|
2021-04-09 12:53:06 +02:00
|
|
|
#
|
2021-04-07 19:29:18 +02:00
|
|
|
channel = 0
|
|
|
|
stream = 1
|
2021-04-09 12:53:06 +02:00
|
|
|
#
|
|
|
|
guard_interval = 1
|
|
|
|
channel = 2
|
|
|
|
stream = 2
|