TargetStrengthCylinderThetaToNormal {sonar} | R Documentation |
target strength Cylinder, theta to normal
Description
Returns the target strength Cylinder, theta to normal
Usage
TargetStrengthCylinderThetaToNormal(r, L, lambda, theta)
Arguments
r |
radius (meters) |
L |
length (meters) |
lambda |
wavelength |
theta |
angle to normal |
Value
Target Strength (TS) (dB)
Author(s)
Jose Gama
References
Waite A. D., 2002 Sonar for Practising Engineers, 3rd Edition Chichester: Wiley. pp. 70.
Examples
TargetStrengthCylinderThetaToNormal( 10, 5, 500, 45 )
[Package sonar version 1.0.2 Index]