Code covered by the BSD License  

Highlights from
Empirical Wavelet Transforms

Be the first to rate this file! 74 Downloads (last 30 days) File Size: 1.3 MB File ID: #42141

Empirical Wavelet Transforms

by Jerome Gilles

 

10 Jun 2013 (Updated 18 Jun 2013)

This toolbox proposes the original implementation of Empirical Wavelet Transforms

| Watch this File

File Information
Description

In this toolbox, we implement the Empirical Wavelet Transform for 1D and 2D signals/images. The principle consists in detecting Fourier supports on which Littlewood-Paley like wavelets are build. In 2D, we revisit different well-known transforms: tensor wavelets, Littlewood-Paley wavelets, ridgelets and curvelets.

The toolbox also provides the scripts used to generate the experiments in the papers:

- J.Gilles, "Empirical wavelet transform" to appear in IEEE Trans. Signal Processing, 2013.
Preprint available at ftp://ftp.math.ucla.edu/pub/camreport/cam13-33.pdf
- J.Gilles, G.Tran, S.Osher "2D Empirical transforms. Wavelets, Ridgelets and Curvelets Revisited", submitted in SIAM Journal on Imaging Sciences, 2013.
Preprint available at ftp://ftp.math.ucla.edu/pub/camreport/cam13-35.pdf

See the README file inside the archive for more instructions

MATLAB release MATLAB 7.13 (R2011b)
Tags for This File  
Everyone's Tags
image processing, mathematics, multiresolution analysis, signal processing, wavelet
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Comments and Ratings (1)
17 Jun 2013 Jerome Gilles

For people trying to compile ftc_seg.c under Windows, you should add the following lines in the C file if you get some linking error:

double round(double val)
{
return floor(val + 0.5);
}

Updates
18 Jun 2013

Change the location of some variable declaration in ftc_seg.c in order to be compliant with more compiler.

Contact us