cplxdual.Rd
Dual-tree complex 2D discrete wavelet transform (DWT).
cplxdual2D(x, J, Faf, af)
icplxdual2D(w, J, Fsf, sf)
x | 2D array. |
---|---|
w | wavelet coefficients. |
J | number of stages. |
Faf | first stage analysis filters for tree \(i\). |
af | analysis filters for the remaining stages on tree \(i\). |
Fsf | last stage synthesis filters for tree \(i\). |
sf | synthesis filters for the preceeding stages. |
For the analysis of x
, the output is
wavelet coefficients indexed by
[[j]][[i]][[d1]][[d2]]
, where \(j=1,\ldots,J\) (scale),
\(i=1\) (real part) or \(i=2\) (imag part), \(d1=1,2\) and
\(d2=1,2,3\) (orientations).
output signal.
WAVELET SOFTWARE AT POLYTECHNIC UNIVERSITY, BROOKLYN, NY
http://taco.poly.edu/WaveletSoftware/
Matlab: S. Cai, K. Li and I. Selesnick; R port: B. Whitcher