-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathconfig.m
45 lines (33 loc) · 1.15 KB
/
config.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%% Config File for TDOA setup
% RX and Ref TX Position
rx1_lat = 49.441781; % RX 1
rx1_long = 7.767362;
rx2_lat = 49.422394; % RX 2
rx2_long = 7.739099;
rx3_lat = 49.425677; % RX 3
rx3_long = 7.756574;
tx_ref_lat = 49.45962; % Referenz: Rotenberg DAB
tx_ref_long = 7.77116;
% IQ Data Files
file_identifier = 'test.dat';
folder_identifier = 'recorded_data/';
% signal processing parameters
signal_bandwidth_khz = 0; % 400, 200, 40, 12, 0(no)
smoothing_factor = 0;
corr_type = 'dphase'; %'abs' or 'dphase'
interpol_factor = 0;
% additional processing of ref signal
%(set to > 0 only when other signals than the ref signal falls into the full RX bandwidth)
ref_bandwidth_khz = 0; % 400, 200, 40, 12, 0(no)
smoothing_factor_ref = 0;
% 0: no plots
% 1: show correlation plots
% 2: show also input spcetrograms and spectra of input meas
% 3: show also before and after filtering
report_level = 1;
% map output
% 'open_street_map' (default) or 'google_maps'
map_mode = 'open_street_map';
% heatmap (only with google maps)
heatmap_resolution = 400; % resolution for heatmap points
heatmap_threshold = 0.1; % heatmap point with lower mag are suppressed for html output