Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
public_projects
boat_detector
Commits
54e4e1a1
Commit
54e4e1a1
authored
Aug 26, 2019
by
Oliver Kirsebom
Browse files
updated readme
parent
bddc7453
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
54e4e1a1
...
...
@@ -140,7 +140,7 @@ Transform (STFT) of the audio data, searches for narrow peaks, and reports a boa
peaks are found. The peak search algorithm is similar, though not identical, to the one described in
[
this paper
](
https://doi.org/10.1111/2041-210X.13245
)
.
The performance of the FAV detector can be optimized by adjust
able
the parameters found in the
[
fav.json
](
detectors/fav.json
)
The performance of the FAV detector can be optimized by adjust
ing
the parameters found in the
[
fav.json
](
detectors/fav.json
)
configuration files. While this file contains many parameters, the most relevant are the
`threshold`
parameter (found in
the
`fav_config`
section) and the
`height`
parameter (found in the
`detect_config`
section). The former determines how sharp and tall
a frequency peak must be to be counted as a peak, while the latter determines how many such peaks must be present at given
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment