cwtsquiz(Rwave)
cwtsquiz()所属R语言包:Rwave
Squeezed Continuous Wavelet Transform
压缩连续小波变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the synchrosqueezed continuous wavelet transform with the (complex-valued) Morlet wavelet.
(复值)Morlet小波计算synchrosqueezed连续小波变换。
用法----------Usage----------
cwtsquiz(input, noctave, nvoice=1, w0=2 * pi, twoD=TRUE, plot=TRUE)
参数----------Arguments----------
参数:input
input signal (possibly complex-valued)
输入信号(可能是复数)
参数:noctave
number of powers of 2 for the scale variable
规模可变的2的幂数
参数:nvoice
number of scales in each octave (i.e. between two consecutive powers of 2).
在每倍频程的尺度(即两个连续的2的幂)。
参数:w0
central frequency of the wavelet.
小波的中心频率。
参数:twoD
logical variable set to T to organize the output as a 2D array (signal size x nb scales), otherwise, the output is a 3D array (signal size x noctave x nvoice).
逻辑变量设置为T,组织输出一个二维数组(x NB尺度信号的大小),否则,输出是一个3D阵列(信号的大小x noctavex nvoice)的。
参数:plot
logical variable set to T to T to display the modulus of the squeezed wavelet transform on the graphic device. </table>
逻辑变量设置为T至T的挤压的小波变换的图形设备上显示的模量。 </ TABLE>
Details
详细信息----------Details----------
The output contains the (complex) values of the squeezed wavelet transform of the input signal. The format of the output can be
输出包含(复杂)的值的压缩的小波变换的输入信号。的输出的格式可以
2D array (signal size x nb scales),
二维数组(信号的大小x NB尺度),
3D array (signal size x noctave x nvoice).
三维数组(x noctavexnvoice信号的大小)。
值----------Value----------
synchrosqueezed continuous (complex) wavelet transform
(复数)synchrosqueezed连续小波变换
参考文献----------References----------
参见----------See Also----------
cwt, cwtp, DOG, cgt.
cwt,cwtp,DOG,cgt。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|