EWT

所属分类:matlab编程
开发工具:matlab
文件大小:4739KB
下载次数:6
上传日期:2021-04-11 18:22:21
上 传 者干掉A题
说明:  经验小波变换作者源码,包含频带边界划分,小波滤波器组
(Empirical wavelet transform source code, including band boundary division, wavelet filter bank)

文件列表:
EWT (0, 2019-02-08)
EWT\1D (0, 2019-02-08)
EWT\1D\EWT1D.m (2825, 2016-12-01)
EWT\1D\EWT_InstantaneousComponents.m (1732, 2016-12-01)
EWT\1D\EWT_Meyer_FilterBank.m (1474, 2016-12-01)
EWT\1D\EWT_Meyer_Scaling.m (920, 2016-12-01)
EWT\1D\EWT_Meyer_Wavelet.m (1325, 2016-12-01)
EWT\1D\EWT_Single_filter.m (93, 2016-12-01)
EWT\1D\EWT_beta.m (162, 2016-12-01)
EWT\1D\IFcleaning.m (1628, 2019-02-08)
EWT\1D\Modes_EWT1D.m (749, 2016-12-01)
EWT\1D\iEWT1D.m (841, 2016-12-01)
EWT\2D (0, 2019-02-08)
EWT\2D\Curvelet (0, 2019-02-08)
EWT\2D\Curvelet\AnglesLocalMax.m (1442, 2016-12-01)
EWT\2D\Curvelet\AnglesLocalMaxMin.m (2182, 2016-12-01)
EWT\2D\Curvelet\Angular_sector.m (8620, 2016-12-01)
EWT\2D\Curvelet\CreateAngleGrid.m (1288, 2016-12-01)
EWT\2D\Curvelet\EWT2D_Curvelet.m (8376, 2016-12-01)
EWT\2D\Curvelet\EWT2D_Curvelet_FilterBank.m (7085, 2016-12-01)
EWT\2D\Curvelet\EWT2D_Curvelet_Scaling.m (971, 2016-12-01)
EWT\2D\Curvelet\EWT_Angles_Detect.m (2674, 2016-12-01)
EWT\2D\Curvelet\iEWT2D_Curvelet.m (856, 2016-12-01)
EWT\2D\Littlewood-Paley (0, 2019-02-08)
EWT\2D\Littlewood-Paley\EWT2D_LittlewoodPaley.m (3226, 2016-12-01)
EWT\2D\Littlewood-Paley\EWT2D_Meyer_FilterBank.m (1529, 2016-12-01)
EWT\2D\Littlewood-Paley\EWT2D_Meyer_Scaling.m (1011, 2016-12-01)
EWT\2D\Littlewood-Paley\EWT2D_Meyer_Wavelet.m (1410, 2016-12-01)
EWT\2D\Littlewood-Paley\EWT2D_UP_Meyer_Wavelet.m (1175, 2016-12-01)
EWT\2D\Littlewood-Paley\iEWT2D_LittlewoodPaley.m (1144, 2016-12-01)
EWT\2D\Ridgelet (0, 2019-02-08)
EWT\2D\Ridgelet\EWT2D_Ridgelet.m (2887, 2016-12-01)
EWT\2D\Ridgelet\iEWT2D_Ridgelet.m (1006, 2016-12-01)
EWT\2D\Tensor (0, 2019-02-08)
EWT\2D\Tensor\EWT2D_Tensor.m (3970, 2016-12-01)
EWT\2D\Tensor\iEWT2D_Tensor.m (1591, 2016-12-01)
EWT\Boundaries (0, 2019-02-08)
EWT\Boundaries\Adaptive_Bounds_Adapt.m (1629, 2016-12-01)
EWT\Boundaries\EWT_Boundaries_Completion.m (835, 2016-12-01)
EWT\Boundaries\EWT_Boundaries_Detect.m (4904, 2016-12-01)
... ...

This Matlab Toolbox permits to perform the 1D and 2D Empiricals transforms described in the papers: - J.Gilles, "Empirical wavelet transform" to appear in IEEE Trans. Signal Processing, Vol.61, No.16, 3999--4010, August 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", SIAM Journal on Imaging Sciences, Vol.7, No.1, 157--186, January 2014. Preprint available at ftp://ftp.math.ucla.edu/pub/camreport/cam13-35.pdf - J.Gilles, K. Heal, "A parameterless scale-space approach to find meaningful modes in histograms - Application to image and spectrum segmentation", International Journal of Wavelets, Multiresolution and Information Processing, Vol.12, No.6, 1450044-1--1450044-17, December 2014. Preprint available at ftp://ftp.math.ucla.edu/pub/camreport/cam14-05.pdf This toolbox is freely distributed and can be used without any charges for research purposes but I will appreciate if you cite the previous papers ;-) If you want to use this code for commercial purposes, please contact me before. For any questions, comments (if you find a bug please send me all information so I can fix it and update the toolbox) must be send to jegilles@math.ucla.edu If you develop some new functionalities and want them included in this toolbox, just provide me the corresponding files and which credit I must add in this README file. ========================================================== VERSION ========================================================== - Current version: 3.2 (September 6th, 2016): new faster code to compute the scale-space boundary detection + remove all parfor so the toolbox can be use if you don't have any parallel capabilities. - Previous version: 3.0 (July 21th, 2015): adding the EWT-Curvelet option 3 (scales detected per angular sector) + fix of image sizes issues + wrong curvelet filters for the last scale. - Previous version: 2.0 (April 23th, 2014): adding new functions (like scale-space detection, TF plane generation,...) + documentation, the FTC method is removed and no longer available. - Previous version: 1.2 (June 18th, 2013): bugs fixes - Previous version: 1.0 (June 10th, 2013): original version ========================================================== NEEDED TOOLBOXES ========================================================== If you want to run all functionalities, you need to have the following Matlab toolboxes properly installed on computer: - Flandrin's EMD toolbox (needed in the 1D transform to perform the Hilbert transform and visualize the time-frequency plane) available at http://perso.ens-lyon.fr/patrick.flandrin/emd.html - Elad's Pseudo-Polar FFT toolbox (needed for the 2D transforms except the tensor based transform) available at http://www.cs.technion.ac.il/~elad/software/ ========================================================== INSTALLATION ========================================================== 1- Add the path to all folders to your Matlab configuration (menu Files -> Set Paths) ========================================================== ORGANIZATION ========================================================== This toolbox is organized as follows: EWT | |-1D : 1D EWT functions |-2D : 2D EWT functions | |-Curvelet : Empirical curvelet transform | |-Littlewood-Paley : Empirical Littlewood-Paley wavelet transform | |-Ridgelet : Empirical Ridgelet transform | |-Tensor : Empirical Tensor wavelet transform |-Boundaries : functions used to perform to Fourier supports | |-LocalMaxima : Functions performing detections based on local maxima and midway or localminima | |-MorphoMath : Functions performing the Morphological operator to preprocess the spectrum | |-PowerLaw : Function preprocessing the spectrum by removing its power law approximation | |-ScaleSpace : Functions to perform the detection based on the scale-space method |-Documentation : Toolbox documentation |-Tests | |-1D : Functions to perform basic tests on several 1D signals | |-2D : Functions to perform basic tests of the several 2D transforms on different images |-Utilities | |-1D : Useful function to plot results in 1D case (Time-Frequency plane, components, boundaries) | |-2D : Useful function to plot results in 2D case (different type of components, 2D boundaries,...) ========================================================== UTILIZATION ========================================================== The best way to learn how to use this toolbox is to look at the documentation and play with the files named Test_xxxx on the subfolders of the Tests folders. The provided test scripts are the ones, with new options, used to generate the experiments presented in the two papers. Some utlities are provided to visualize the transform outputs, the detected Fourier supports, ...

近期下载者

相关文件


收藏者