listen(seewave)
listen()所属R语言包:seewave
Play a sound wave
播放声波
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Play a sound wave
播放声波
用法----------Usage----------
listen(wave, f = NULL, from = NULL, to = NULL, choose = FALSE)
参数----------Arguments----------
参数:wave
an R object.
R对象。
参数:f
sampling frequency of wave (in Hz). Does not need to be specified if embedded in wave.
wave(赫兹)的采样频率。不需要以指定如果嵌入在wave,。
参数:from
start of play (in s).
比赛开始(单位:秒)。
参数:to
end of play (in s).
结束播放(单位:秒)。
参数:choose
logical, if TRUE start (=from) and end (=to) points can be graphically chosen with a cursor on the oscillogram.
逻辑,如果TRUE开始(=from)和结束(=to)可以图形的波形图上的光标选择点。
注意----------Note----------
This function is based on play but allows to read
这个函数是基于play但允许读取
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a> but the original
<code><a href="../../tuneR/html/play.html">play</a></code> function is by Uwe Ligges (package <span class="pkg">tuneR</span>).
参见----------See Also----------
play
play
实例----------Examples----------
## NOT RUN[#无法运行]
# data(tico)[数据(TICO)]
# listen(tico,f=22050)[听,F = 22050(TICO)]
# listen(tico,f=22050,from=0.5,to=1.5)[听(天工,F = 22050,= 0.5,= 1.5)]
# listen(noise(d=1,f=8000,Wave=TRUE))[听(噪声(D = 1,F = 8000,波= TRUE))]
## change f to play the sound a different speed[#改变f以不同的速度播放声音]
# data(sheep)[数据(羊)]
## normal[#正常]
# listen(sheep,f=8000)[听,F = 8000(羊)]
## two times faster[#2倍]
# listen(sheep,f=8000*2)[听,F = 8000 * 2(羊)]
## two times slower[#慢两倍]
# listen(sheep,f=8000/2)[听,F =2分之8000(羊)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|