找回密码
 注册
查看: 339|回复: 0

R语言 seewave包 fdoppler()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 00:13:28 | 显示全部楼层 |阅读模式
fdoppler(seewave)
fdoppler()所属R语言包:seewave

                                        Doppler effect
                                         多普勒效应

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function computes the altered frequency of a moving source due to the Doppler effect.
该函数计算改变移动源的频率由于多普勒效应。


用法----------Usage----------


fdoppler(f, c = 340, vs, vo = 0, movs = "toward", movo = "toward")



参数----------Arguments----------

参数:f
original frequency produced by the source (in Hz or kHz)
由源产生的原始频率(Hz或kHz)


参数:c
speed of sound in meters/second.
的声音,以米/秒的速度。


参数:vs
speed of the source in meters/second.
通,以米/秒的速度。


参数:vo
speed of the observer in meters/second. The observer is static by default i.e. vo = 0
观察员米/秒的速度。该观察员是静态默认情况下,即vo= 0


参数:movs
movement direction of the source in relation with observer position, either "toward" (by default) or "away".
运动方向的源具有观察员地位的关系,是"toward"(默认情况下)或"away"。


参数:movo
movement direction of the observer in relation with the source position, either "toward" (by default, but be aware that the observer is static by default) or "away".
运动方向,的观察员在源位置的关系,是"toward"(默认情况下,但要注意的观察员默认情况下是静态的)或"away"。


Details

详细信息----------Details----------

The altered frequency f' is computed according to:<br>
改变频率f的计算依据:参考

with f = original frequency produced by the source (in Hz or kHz),<br> vs = speed of the source,<br> vo = speed of the observer.
F =原始频率源(Hz或kHz),参考和速度源,参考VO =速度的观察员。


值----------Value----------

The altered frequency is returned in a vector.
向量中的返回的改变频率。


注意----------Note----------

You can use wasp to have exact values of c.
您可以使用wasp有精确值c。


(作者)----------Author(s)----------


Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>



参考文献----------References----------

<h3>See Also</h3>

实例----------Examples----------


# a 400 Hz source moving toward or away from the observer at 85 m/s[400 Hz的源移动朝向或远离观察者在85米/秒]
fdoppler(f=400,vs=85)
# [1] 533.3333[[1] 533.3333]
fdoppler(f=400,vs=85,movs="away")
# [1] 320[[1] 320]
# use wasp() if you wish to have exact sound speed at a specific temperature[如果你想有准确的声音的速度,在特定温度下,使用蜂()]
fdoppler(f=wasp(f=400,t=25)$c, vs=85)
# [1] 461.8667[[1] 461.8667]
# Doppler effect at different source speeds[在不同的源速度的多普勒效应]
f<-seq(1,10,by=1); lf<-length(f)
v<-seq(10,300,by=20); lv<-length(v)
res<-matrix(numeric(lf*lv),ncol=lv)
for(i in 1:lv) res[,i]<-fdoppler(f=f,vs=v[i])
op<-par(bg="lightgrey")
matplot(x=f,y=res,type="l",lty=1,las=1,col= spectro.colors(lv),
xlab="Source frequency (kHz)", ylab="Altered frequency (kHz)")
legend("topleft",legend=paste(as.character(v),"m/s"),
lty=1,col= spectro.colors(lv))
title(main="Doppler effect at different source speeds")
par(op)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 14:46 , Processed in 0.025978 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表