Skip to content

Commit

Permalink
update vignette removing mention of additional EA methods
Browse files Browse the repository at this point in the history
  • Loading branch information
maRce10 committed Feb 8, 2024
1 parent afe34d5 commit 69fafb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Suggests:
formatR,
Rraven
VignetteBuilder: knitr
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
Repository: CRANs
Language: en-US
Authors@R: person("Marcelo", "Araya-Salas", role = c("aut", "cre"), email = "[email protected]")
Expand Down
4 changes: 2 additions & 2 deletions vignettes/quantify_degradation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ ggplot(spctr[spctr$freq > 0.3,], aes(y = amp, x = freq, col = distance)) +

### Excess attenuation

With every doubling of distance, sounds attenuate with a 6 dB loss of amplitude (Morton, 1975; Marten & Marler, 1977). Any additional loss of amplitude results in excess attenuation, or energy loss in excess of that expected to occur with distance via spherical spreading, due to atmospheric conditions or habitat (Wiley & Richards, 1978). This degradation metric can be measured using the `excess_attenuation()` function. Low values indicate little sound attenuation. The function will then compare each sound to the corresponding reference sound within the frequency range (e.g. bandpass) of the reference sound ('bottom.freq' and 'top.freq' columns in 'X'). Two methods for calculating excess attenuation are provided (see 'method' argument).
With every doubling of distance, sounds attenuate with a 6 dB loss of amplitude (Morton, 1975; Marten & Marler, 1977). Any additional loss of amplitude results in excess attenuation, or energy loss in excess of that expected to occur with distance via spherical spreading, due to atmospheric conditions or habitat (Wiley & Richards, 1978). This degradation metric can be measured using the `excess_attenuation()` function. Low values indicate little sound attenuation. The function will then compare each sound to the corresponding reference sound within the frequency range (e.g. bandpass) of the reference sound ('bottom.freq' and 'top.freq' columns in 'X').

`excess_attenuation()` can be measured like this:
`excess_attenuation()` can be measured like this:

```{r, eval = TRUE}
Expand Down

0 comments on commit 69fafb8

Please sign in to comment.