sigma2TS: Convert Backscattering Cross Section to Target Strength

View source: R/sigma2TS.R

sigma2TSR Documentation

Convert Backscattering Cross Section to Target Strength

Description

Convert backscattering cross section (sigma_bs in m^2) to target strength (TS in dB).

Usage

sigma2TS(sigmabs)

Arguments

sigmabs

A numeric vector of backscattering cross sections, sigma_bs, in m^2.

Details

TS = 10*log10(sigma_bs).

Value

A numeric vector of target strengths, TS, in dB, same length as sigmabs.

See Also

TS2sigma

Examples

sigma2TS(c(1e-03, 1e-04, 1e-05, 1e-06))


krphillips/EchoNet2Fish documentation built on March 19, 2022, 11:59 p.m.