Name
emd_reconstruct — partial reconstructions (fine to coarse and coarse to fine) for real and complex data.
Calling Sequence
[f2c, c2f] = emd_reconstruct(imf)
Parameters
- inputs :
- - imf :
intrinsic mode functions (last line = residual)
- outputs :
- - f2c :
fine to coarse reconstruction
- - c2f :
coarse to fine reconstruction
Examples
s = rand(1,512,'normal');
imf = emd(s);
[f2c, c2f] = emd_reconstruct(imf);
Authors
H. Nahrstaedt - Aug 2010 |
P. Flandrin, Mar. 13, 2003 |
G. Rilling, last modification 3.2006 |
gabriel.rilling@ens-lyon.fr |