-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwaterfall.cfg
32 lines (25 loc) · 945 Bytes
/
waterfall.cfg
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
#
# Waterfall Configuration File
#
# Edit this file to your liking and copy it to ~/.waterfall
#
# Log file
logfile = /var/log/waterfall.log
# Size of the FFT window.
fft_bins = 32768
# Overlap of the FFT windows.
fft_overlap = 24576
# Location name to be used in the snapshot filenames and FITS file metadata (the ORIGIN header).
location_name = svakov
# Length of a single snapshot in seconds.
waterfall_snapshot_length = 1
# Uncomment the following options to take snapshots of only a part of the spectrum.
# Left (lower) frequency bound of the snapshot in Hz.
# waterfall_left_freq = -21000
# Right (higher) frequency bound of the snaphost in Hz.
# waterfall_right_freq = -20200
# Uncomment the following options to make the Jack frontend connect to the left
# and right channels (the real and imaginary components of the signal) to the
# specified jack ports.
# jack_left_port = system:capture_1
# jack_right_port = system:capture_2