mutew(seewave)
mutew()所属R语言包:seewave
Replace time wave data by 0 values
更换时间波形数据由0值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This functions replaces a time wave or a section of a time wave by 0 values. For a time wave describing a sound, this corresponds in muting the sound or a section of it.
此功能取代了波或部分的时间波的0值。一时间波描述的声音,这相当于在静音或部分。
用法----------Usage----------
mutew(wave, f, from = NULL, to = NULL, choose = FALSE, plot = TRUE,
output = "matrix", ...)
参数----------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 the silence section (in s).
开始的沉默节(S)。
参数:to
end of the silence section (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)可以图形的波形图上的光标选择点。
参数:plot
logical, if TRUE returns an oscillographic plot of wave with the new silence section (by default TRUE).
逻辑,如果TRUE返回一个的示波图的wave部分(默认情况下新沉默TRUE)。
参数:output
character string, the class of the object to return, either "matrix", "Wave", "Sample", "audioSample" or "ts".
字符串,返回类的对象,是"matrix","Wave","Sample","audioSample"或"ts"。
参数:...
other oscillo graphical parameters.
其他oscillo图形参数。
Details
详细信息----------Details----------
By default, from and from are NULL, this results in completely muting wave.
默认情况下,from和from是NULL,这样的结果完全静音wave。
值----------Value----------
If plot is FALSE, a new wave is returned. The class
如果plotFALSE,新一波返回。类
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>
参见----------See Also----------
oscillo, addsilw, cutw, deletew,fadew, pastew,
oscillo,addsilw,cutw,deletew,fadew,pastew,
实例----------Examples----------
data(tico)
mutew(tico,f=22050,from=0.5,to=0.9)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|