cgt(Rwave)
cgt()所属R语言包:Rwave
Continuous Gabor Transform
连续Gabor变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the continuous Gabor transform with Gaussian window.
计算连续Gabor变换的高斯窗。
用法----------Usage----------
cgt(input, nvoice, freqstep=(1/nvoice), scale=1, plot=TRUE)
参数----------Arguments----------
参数:input
input signal (possibly complex-valued).
输入信号(可能是复数)。
参数:nvoice
number of frequencies for which gabor transform is to be computed.
gabor变换是要计算的频率数。
参数:freqstep
Sampling rate for the frequency axis.
在频率轴上的采样率。
参数:scale
Size parameter for the window.
尺寸参数的窗口。
参数:plot
logical variable set to TRUE to display the modulus of the continuous gabor transform on the graphic device. </table>
逻辑变量设置为TRUE,显示连续gabor变换的模量上的图形设备。 </ TABLE>
Details
详细信息----------Details----------
The output contains the (complex) values of the gabor transform of the input signal. The format of the output is a 2D array (signal\_size x nb\_scales).
输出包含(复杂)的值的输入信号的gabor变换。输出的格式是一个二维数组(信号\ _size所述NB“\”_scales“)。
值----------Value----------
continuous (complex) gabor transform (2D array).
连续的(复杂的)gabor变换(二维数组)。
警告----------Warning----------
freqstep must be less than 1/nvoice to avoid aliasing. freqstep=1/nvoice corresponds to the Nyquist limit.
freqstep必须小于1/nvoice以避免混叠。 freqstep = 1/nvoice对应奈奎斯特极限。
参考文献----------References----------
参见----------See Also----------
cwt, cwtp, DOG for continuous wavelet transforms. cwtsquiz for synchrosqueezed wavelet transform.
cwt,cwtp,DOG连续小波变换。 cwtsquizsynchrosqueezed小波变换。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|