freqconv(tuneR)
freqconv()所属R语言包:tuneR
Frequency scale conversion
频率标度变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Perform frequency scale conversions between Hertz, Bark- and different variants von the Melscale.
执行树皮和不同的变种冯Melscale赫兹,频率刻度之间的转换。
用法----------Usage----------
bark2hz(z)
hz2bark(f)
hz2mel(f, htk = FALSE)
mel2hz(z, htk = FALSE)
参数----------Arguments----------
参数:f
Frequency in Hertz
在赫兹频率
参数:z
Frequency in the auditory frequency scale
频率的听觉频率规模
参数:htk
Use the HTK-Melscale (htk=TRUE) or Slaney's Melscale from the Auditory Toolbox (htk=FALSE)
使用HTK-Melscale(htk=TRUE)的或从听觉工具箱(htk=FALSE斯莱尼的Melscale的)
值----------Value----------
The value of the input in the target frequency scale.
输入在目标频率标度的值。
(作者)----------Author(s)----------
Sebastian Krey <a href="mailto:krey@statistik.tu-dortmund.de">krey@statistik.tu-dortmund.de</a>
参考文献----------References----------
http://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/, Malcolm
实例----------Examples----------
hz2bark(440)
bark2hz(hz2bark(440))
hz2mel(440, htk = TRUE)
mel2hz(hz2mel(440, htk = TRUE), htk = TRUE)
hz2mel(440, htk = FALSE)
mel2hz(hz2mel(440, htk = FALSE), htk = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|