fadew(seewave)
fadew()所属R语言包:seewave
Fade in and fade out of a time wave
淡入和淡出的时间波
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function applies a “fade in” and/or a “fade out” to a time wave following
此功能适用于一个“变脸”和/或“淡出”的时间波
用法----------Usage----------
fadew(wave, f, din = 0, dout = 0, shape = "linear", plot = 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,。
参数:din
fade in duration.
褪色的持续时间。
参数:dout
fade out duration.
淡出的时间。
参数:shape
fade shape, "linear", "exp" for exponential, "cos" for cosinus-like, (by default "linear").
褪色形状,"linear","exp"指数,"cos"余弦状,(默认情况下"linear")。
参数:plot
logical, if TRUE returns an oscillographic plot of the wave modified (by default FALSE).
逻辑,如果TRUE返回示波图的修改(默认情况下的波FALSE)。
参数:listen
if TRUE the new sound is played back.
如果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图形参数。
值----------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,mutew, pastew, revw, zapsilw
oscillo,addsilw,cutw,deletew,mutew,pastew,revw,zapsilw
实例----------Examples----------
a<-noisew(d=5,f=4000)
op<-par(mfrow=c(3,1))
fadew(a,f=4000,din=1,dout=2,plot=TRUE,title="Linear",cexlab=0.8)
fadew(a,f=4000,din=1,dout=2,shape="exp",plot=TRUE,title="Exponential shape",
colwave="blue",coltitle="blue",cexlab=0.8)
fadew(a,f=4000,din=1,dout=2,shape="cos",plot=TRUE,title="Cosinus-like shape",
colwave="red",coltitle="red",cexlab=0.8)
par(op)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|