find_absorption: Absorption function

Description Usage Arguments Value Examples

Description

If the vocalizations are far enough away that atmospheric absorption might become an issue, use this function to calculate it to increase the accuracy of your radius calculation.

Usage

1
find_absorption(f, temp, C = TRUE, rh, p = 101.325)

Arguments

f

Frequency of vocalization (Hz)

temp

Temperature

C

If your temperature is in Celsius, mark TRUE. If Fahrenheit, mark FALSE.

rh

Relative humidity (percentage)

p

Barometric pressure. Set to 101.325 as a default.

Value

Atmospheric absorption–this gets multiplied by the radius in that calculation.

Examples

1
find_absorption(f = 2250, temp = 10, C = T, rh = 75, p)

dayvayen/commspacetime documentation built on May 15, 2019, 1:19 a.m.