Learn R Programming

sonar (version 1.0.2)

CutoffFrequencyShallowWater: Calculation of cutoff frequency in shallow water from Jensen et Al 2011

Description

Returns the cutoff frequency in shallow water from Jensen et Al 2011

Usage

CutoffFrequencyShallowWater(Cw, Cb, D)

Arguments

Cw,
velocity of sound in water
Cb,
velocity of sound in homogeneous bottom
D,
depth in meters

Value

the cutoff frequency (Hz)

Source

Finn B. Jensen, William A. Kuperman, Michael B. Porter, Henrik Schmidt, 2011 Computational Ocean Acoustics, 2nd Edition. Springer. pp. 29

Examples

Run this code
CutoffFrequencyShallowWater(3000, 2500, 1)

Run the code above in your browser using DataLab