.BG
.FN cwtsquiz
.TL
Squeezed Continuous Wavelet Transform
.DN
Computes the synchrosqueezed continuous wavelet transform with
the (complex-valued) Morlet wavelet.
.CS
cwtsquiz(input, noctave, nvoice=1, w0=2 * pi, twoD=TRUE, plot=TRUE)
.RA
.AG input
input signal (possibly complex-valued)
.AG noctave
number of powers of 2 for the scale variable
.OA
.AG nvoice
number of scales in each octave (i.e. between
two consecutive powers of 2).
.AG w
central frequency of the wavelet.0
.AG 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).
.AG plot
]logical variable set to T to T to display
the modulus of the squeezed wavelet transform on the graphic device.
.RT
synchrosqueezed continuous (complex) wavelet transform
.SE
.DT
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\times$ nb\_scales)

3D array (signal\_size x noctave x nvoice) 
.SH REFERENCES
See discussions in the text of "Practical Time-Frequency Analysis".
.SA
"cwt", "cwtp", "DOG", "cgt"
.EX
