pwlet2freqs(RSEIS)
pwlet2freqs()所属R语言包:RSEIS
Convert Wavelet Axis to Frequency
小波轴转换的频率
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert Wavelet Axis to Frequency
小波轴转换的频率
用法----------Usage----------
pwlet2freqs(noctave, nvoice, dt, flip = TRUE, tab.FREQ, plot = FALSE, perc = 0.85)
参数----------Arguments----------
参数:noctave
number of octives
一些octives
参数:nvoice
number of voices
数的声音
参数:dt
sample rate (s)
采样率()
参数:flip
logical, whether to flip the orientation
逻辑,是否翻转方向
参数:tab.FREQ
vector of frequencies
向量的频率
参数:plot
logical, TRUE=add to plot
添加到图逻辑,TRUE =
参数:perc
percent of range to consider
%的范围内考虑
Details
详细信息----------Details----------
This function is used to add a y-axis to a wavelet transform plot.
此功能是用来添加小波变换的图的y轴。
值----------Value----------
list:
列表:
参数:why
y-axis coordinate on wavelet transform
小波变换y轴坐标
参数:Iat
location
位置
参数:efs
frequencies
频率
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
wlet.do
实例----------Examples----------
pfreqs = c(0.5, 1, 2,3,4,5, 10, 14)
zp = pwlet2freqs(noctave= 6, nvoice= 20, 0.004, flip = TRUE, pfreqs, plot = FALSE, perc = 0.85)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|