afilter(seewave)
afilter()所属R语言包:seewave
Amplitude filter
振幅过滤器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function deletes all signal which amplitude
此功能会删除所有的信号幅度
用法----------Usage----------
参数----------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,。
参数:threshold
amplitude threshold (in %).
幅度阈值(%)。
参数:plot
logical, if TRUE plots the new oscillogram (by default TRUE).
逻辑,如果TRUE图新的波形(默认TRUE)。
参数: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图形参数。
Details
详细信息----------Details----------
The threshold value is in % relative to the maximal value of wave. Signal inferior to this value is clipped.
threshold值是%相对的最大值wave。信号低于这个值被裁剪。
值----------Value----------
If plot is FALSE, a new wave is returned. The class
如果plotFALSE,新一波返回。类
注意----------Note----------
This function is used as an argument (threshold) in the following functions: autoc, csh, dfreq, timer and zc.
此功能用于作为参数(threshold)以下功能:autoc,csh,dfreq,timer和zc。
(作者)----------Author(s)----------
Jerome Sueur <a href="mailto:sueur@mnhn.fr">sueur@mnhn.fr</a>
参见----------See Also----------
ffilter, oscillo
ffilter,oscillo
实例----------Examples----------
data(orni)
op<-par(mfrow=c(2,1))
afilter(orni,f=22050)
title(main = "threshold level = 5")
afilter(orni,f=22050,threshold=0.5,colwave="blue")
title(main = "threshold level = 0.5")
par(op)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|