wasp(seewave)
wasp()所属R语言包:seewave
WAve length and SPeed of sound
波长和声速
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns the wavelength and the speed of sound
此函数返回的波长和声音的速度
用法----------Usage----------
wasp(f, t = 20, c = NULL, s = NULL, d = NULL, medium = "air")
参数----------Arguments----------
参数:f
frequency (Hz).
频率(Hz)。
参数:t
temperature (degree Celsius).
温度(摄氏度)。
参数:c
celerity (m/s) if a wavelength is to be found at a particular speed of sound.
波速(米/秒),如果被发现的波长是在一个特定的声音速度。
参数:s
salinity (parts per thousand) when medium is "sea".
盐度(千分之)medium是"sea"。
参数:d
depth (m) when medium is "sea".
深度(m),当medium是"sea"。
参数:medium
medium for sound propagation, either "air", "fresh" for fresh, or pure, water, "sea" for sea water.
声音传播的媒介,无论是“空气”,“新鲜”的新鲜,纯,水,海水中的“海”。
Details
详细信息----------Details----------
Speed of sound in air is computed according to:<br>
声音在空气中的速度计算依据:参考
Speed of sound in fresh-water is computed according to Marczak equation:<br>
在淡水中声音的速度是根据Marczak方程计算:<BR>
with t = temperature in degrees Celsius; range of validity: 0-95 degrees Celcius at atmospheric pressure.<br>
T =温度(摄氏度);有效范围:0-95摄氏度的大气压力。<BR>
Speed of sound in sea-water is computed according to Mackenzie equation:<br>
声音在海水中的速度根据麦肯齐方程计算:参考
with t = temperature in degrees Celsius; s = salinity in parts per thousand; d = depth in meters; range of validity: temperature 2 to 30 degrees Celcius, salinity 25 to 40 parts per thousand, depth 0 to 8000 m.<br>
与T =温度(摄氏度)=盐度千分之几,D =以米为单位的深度,有效范围:温度2~30摄氏度,盐度25~40‰,深度为0到8000米。<BR>
Wavelength is obtained following:<br>
,波长为获得以下操作:<br>
with c = speed of sound in meters/second; f = frequency in Hertz.
与c =音速米/秒,f =频率,单位是赫兹。
值----------Value----------
A list of two values is returned:
两个值,则返回的列表:
参数:l
wavelength in meters
波长米
参数:c
speed of sound in meters/second.
的声音,以米/秒的速度。
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|