TS2sigma: Convert Target Strength to Backscattering Cross Section

View source: R/TS2sigma.R

TS2sigmaR Documentation

Convert Target Strength to Backscattering Cross Section

Description

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

Usage

TS2sigma(TS)

Arguments

TS

A numeric vector of target strengths, TS, in dB.

Details

sigma_bs = 10^(TS/10).

Value

A numeric vector of backscattering cross sections, sigma_bs, in m^2, same length as TS.

See Also

sigma2TS

Examples

TS2sigma(c(-30, -40, -50, -60))


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