Seawater Acoustic Absorption Calculator

版本 1.0.0.0 (1.7 KB) 作者: Chad Greene
Returns absorption coefficient a in dB/m, given frequency, temperature, and hydrostatic pressure.
896.0 次下载
更新时间 2012/8/1

查看许可证

SEAWATER_ABSORPTION returns absorption (dB/m) of seawater of salinity ~35 ppt, given the following inputs (can be arrays):

f = frequency (Hz)
T_C = temperature (°C) valid range: 0 <= T_C <= 30
P_atm = hydrostatic pressure (atm) valid range: 1 <= P_atm <= 400

Source: Kinsler, Frey, Coppens, and Sanders. Fundamentals of Acoustics, 3rd Ed. Pages 158 through 160. Model reprinted from Fisher and Simmons. J. Acoust. Soc. Am 62, 558, 1977.

Accurate within 2%, according to KFCS.
Coded up by Chad Greene, August 2012.

EXAMPLE: Recreate Fig. 7.5 of KFCS:

freq = 100:1000000; % frequency in hertz
a = seawater_absorption(freq,5,1);
loglog(freq,a)
ylabel('absorption coefficient (dB/m)')
xlabel('frequency (Hz)')

引用格式

Chad Greene (2024). Seawater Acoustic Absorption Calculator (https://www.mathworks.com/matlabcentral/fileexchange/37689-seawater-acoustic-absorption-calculator), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Audio Processing Algorithm Design 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0