sigma2TS | R Documentation |
Convert backscattering cross section (sigma_bs in m^2) to target strength (TS in dB).
sigma2TS(sigmabs)
sigmabs |
A numeric vector of backscattering cross sections, sigma_bs, in m^2. |
TS = 10*log10(sigma_bs).
A numeric vector of target strengths, TS, in dB, same
length as sigmabs
.
TS2sigma
sigma2TS(c(1e-03, 1e-04, 1e-05, 1e-06))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.