Wave-class(tuneR)
Wave-class()所属R语言包:tuneR
Class Wave
类波
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class “Wave”
类“波”
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("Wave", ...), or more conveniently using the function Wave.
对象可以创建调用的形式new("Wave", ...),更方便使用的功能Wave。
插槽----------Slots----------
left:Object of class "numeric" representing the left channel.
left:类"numeric"代表左声道的对象。
right:Object of class "numeric" representing the right channel, NULL if mono.
right:类的对象"numeric"代表右声道,NULL如果单。
stereo:Object of class "logical" indicating whether this is a stereo (two channels) or mono representation.
stereo:类的对象"logical"这是否是一个立体声(双通道)或单表示。
samp.rate:Object of class "numeric" - the sampling rate, e.g. 44100 for CD quality.
samp.rate:对象的类"numeric" - 采样率,例如: 44100 CD质量。
bit:Object of class "numeric", common is 16 for CD quality, or 8 for a rather rough representation.
bit:类的对象"numeric",常见的是16个CD质量相当粗糙的代表性,或8。
(作者)----------Author(s)----------
Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>
参见----------See Also----------
Wave
Wave
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|