downsample(tuneR)
downsample()所属R语言包:tuneR
Downsampling a Wave object
缩减像素采样一个波对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Downsampling an object of class Wave.
缩减像素采样对象的类Wave。
用法----------Usage----------
downsample(object, samp.rate)
参数----------Arguments----------
参数:object
Object of class Wave.
对象类Wave。
参数:samp.rate
Sampling rate the object is to be downsampled to. samp.rate must be in [2000, 192000]; typical values are 11025, 22050, and 44100 for CD quality. If the object's sampling rate is already equal or smaller than samp.rate, the object will be returned unchanged.
采样率的对象是被向下取样,以。 samp.rate必须在[2000, 192000];典型值是11025,22050,44100,CD质量。如果object的采样率已经小于或等于samp.rate,object将返回不变。
值----------Value----------
An object of class Wave.
对象的类Wave。
(作者)----------Author(s)----------
Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>
参见----------See Also----------
Wave-class, Wave
波类,Wave的
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|