48 lines
1.1 KiB
YAML
Executable File
48 lines
1.1 KiB
YAML
Executable File
# directory setup
|
|
dataroot: "../data/"
|
|
outputdir: "../output/"
|
|
|
|
# Duration and overlap of the analysis window in seconds
|
|
window: 10
|
|
overlap: 1
|
|
edge: 0.25
|
|
|
|
# Number of electrodes to go over
|
|
number_electrodes: 3
|
|
minimum_electrodes: 2
|
|
|
|
# Search window bandwidth and minimal baseline bandwidth
|
|
minimal_bandwidth: 20
|
|
|
|
# Instantaneous frequency smoothing usint a gaussian kernel of this width
|
|
baseline_frequency_smoothing: 5
|
|
|
|
# Baseline processing parameters
|
|
baseline_envelope_cutoff: 25
|
|
baseline_envelope_bandpass_lowf: 4
|
|
baseline_envelope_bandpass_highf: 100
|
|
baseline_envelope_envelope_cutoff: 4
|
|
|
|
# search envelope processing parameters
|
|
search_envelope_cutoff: 5
|
|
|
|
# Instantaneous frequency bandpass filter cutoff frequencies
|
|
baseline_frequency_highpass_cutoff: 0.000005
|
|
baseline_frequency_envelope_cutoff: 0.000005
|
|
|
|
# peak detecion parameters
|
|
prominence: 0.005
|
|
|
|
# search freq parameter
|
|
search_df_lower: 20
|
|
search_df_upper: 100
|
|
search_res: 1
|
|
search_bandwidth: 10
|
|
default_search_freq: 50
|
|
|
|
# Classify events as chirps if they are less than this time apart
|
|
chirp_window_threshold: 0.05
|
|
|
|
|
|
|