absorption.Rd
Calculates the absorption coefficient for sound in seawater
absorption(f, T, d)
f | frequency in Hz |
---|---|
T | temperature in degrees C |
d | depth in meters |
The sound absorption in dB per metre.
Input arguments can be scalars, or a mixture of vectors and scalars as long as each argument is either a vector of length nx1 (with n being the same for all vector arguments) or a scalar.
After Kinsler and Frey pp. 159-160
absorption(140e3, 13, 10) # Returns: 0.04354982 dB/m