EWT_1D

所属分类:matlab编程
开发工具:matlab
文件大小:709KB
下载次数:8
上传日期:2020-09-02 17:31:36
上 传 者安伟伦
说明:  经验小波变换(EWT)的编写程序,自动划分滤波器组
(Wavelet transform (EWT) programming, automatic division of filter)

文件列表:
1D (0, 2019-12-17)
1D\Adaptive_Bounds_Adapt.m (1629, 2016-12-01)
1D\disp_hhs2.m (2165, 2016-12-01)
1D\Disp_HHT.m (244, 2016-12-01)
1D\eeg.mat (8648, 2016-12-01)
1D\EmpiricalLaw.m (1020, 2016-12-01)
1D\EpsNeighLocalMaxMin.m (2009, 2016-12-01)
1D\EWT1D.m (3573, 2019-06-18)
1D\EWT_beta.m (162, 2016-12-01)
1D\EWT_Boundaries_Completion.m (835, 2016-12-01)
1D\EWT_Boundaries_Detect.m (5334, 2019-05-30)
1D\EWT_InstantaneousComponents.m (2910, 2019-06-03)
1D\EWT_Meyer_FilterBank.m (1490, 2019-05-31)
1D\EWT_Meyer_Scaling.m (929, 2019-06-02)
1D\EWT_Meyer_Wavelet.m (1325, 2016-12-01)
1D\EWT_Single_filter.m (93, 2016-12-01)
1D\EWT_TF_Plan.m (3492, 2019-06-03)
1D\GSS_BoundariesDetect.m (881, 2016-12-01)
1D\HalfNormalLaw.m (1080, 2016-12-01)
1D\Heeg.mat (11442, 2016-12-01)
1D\Htexture.mat (1220, 2016-12-01)
1D\hua_baoluo3.m (1796, 2019-05-28)
1D\iEWT1D.m (841, 2016-12-01)
1D\IFcleaning.m (1738, 2019-06-02)
1D\kmeansDetect.m (1215, 2016-12-01)
1D\LengthScaleCurve.m (3406, 2016-12-01)
1D\LocalMax.m (1223, 2016-12-01)
1D\LocalMaxMin.m (2114, 2019-07-01)
1D\LocalMaxMin2.m (2653, 2016-12-01)
1D\magnify.m (82351, 2019-06-03)
1D\maxcheckplateau.m (407, 2016-12-01)
1D\MeaningfulScaleSpace.m (1280, 2016-12-01)
1D\MeanTh.m (867, 2016-12-01)
1D\Modes_EWT1D.m (749, 2016-12-01)
1D\OtsuMethod.m (1270, 2016-12-01)
1D\PlanGaussianScaleSpace.m (1286, 2016-12-01)
1D\Powerlaw_Estimator.m (712, 2016-12-01)
1D\RemoveMerge.m (4037, 2016-12-01)
1D\RemoveTrend.m (3982, 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, 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 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. ========================================================== NEEDED TOOLBOXES ========================================================== If you want to run all functionalities, you need to have the following toolboxes properly installed on Matlab: - 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 2- Go in the Boundaries/FTC and compile the file ftc_seg.c by using the command (on Matlab): mex ftc_seg.c (this operation assume you have properly configure a C compiler on your Matlab!) ========================================================== 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 | |-FTC : Fine to Coarse algorithm | |-LocalMaxima : Functions performing the 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 |-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 ========================================================== UTILIZATION ========================================================== The best way to learn how to use this toolbox is to look and play with the files named Test_xxxx on the subfolders of the Tests folder. The provided test scripts are the ones used to generate the experiments presented in the two papers. Some utlities are provided to visualize the transform outputs, the detected Fourier supports, ...

近期下载者

相关文件


收藏者