BandLevelFromCompleteBand {sonar} | R Documentation |
band level (BL) from complete band
Description
Returns the band level from integrating the intensity over the complete band
Usage
BandLevelFromCompleteBand(I0, f1, f2)
Arguments
I0 |
spectrum level |
f1 |
lower frequency |
f2 |
upper frequency |
Value
band level (BL)
Author(s)
Jose Gama
References
Waite A. D., 2002 Sonar for Practising Engineers, 3rd Edition Chichester: Wiley. pp. 10.
Examples
BandLevelFromCompleteBand( 10000, 40000, 50000 )
[Package sonar version 1.0.2 Index]