资源简介
一种二维EMD算法,作者是Anna Linderhed,该学者博士研究课题为二维EMD和小波变换,她的二维EMD算法与Nenus或其他学者的算法有较大的不同。
代码片段和文件信息
function [ixresxmedel]=IEMD_public(imageepsilonnumberimfsconn)
% Decompose an image into its intrinsic modes IMFs and corresponding
% residues.
%
%
% INPUT:
% image- a matlab 2D vector;
% epsilon- value of stop criterion between 0 and 1 but you can try other
% and see what happens
% numberimfs- maximum number of IMF
% conn- Type of neighbourhood in extrema point selection
% ‘4m‘ two-dimensional four-connected neighborhood use ‘imregionalmax‘ in Images toolbox
% ‘8m‘ two-dimensional eight-connected neighborhood use ‘imregionalmax‘ in Images toolbox
% ‘4‘ two-dimensional four-connected neighborhood simple implementation
% ‘8‘ two-dimensional eight-connected neighborhood simple implementation
% Note all that these give different results
%
% O
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-01-17 16:05 Anna‘s EMD\
文件 5957 2010-12-28 16:11 Anna‘s EMD\IEMD_public.m
相关资源
- bemd 二维经验模态分解
- EEMD-ANN
- atrous-plusBEMD
- EMD-end-effect-reference-code EMD端点效应参
- EMD-hilbert-IMF 本程序主要通过EMD和hil
- CEEMD 新的EMD改进算法
- VMD 变模式分解(Variational Mode Decompo
- CEEMD_V ceemdan是对EMD EEMD的改进算法
- CEEMD-Noise
- EMD-denoising 内容包括:EMD去噪
- [HHT]-fast-EMDEEMDCEEMD-with-ref 本压缩文件
- CEEMD_eemd 此文件包含了法国人Gabriel
- emd 西储大学电机轴承故障诊断
- emdcmp 对心电信号进行EMD分解
- bemd 二维EMD程序
- denoising
- EMD matlab实现EMD分解。完整的EMD分解程
- emd 个比较经典的二维经验模式分解程
- emd(2) 在MATLAB环境下实现二维emd分解
- ceemd 一段eemd分解的程序
- 经验模态分解hht变换程序
- EMD+相关系数+Hilbert+包络谱
- EMD分解小程序
- EEMD经验变分模态分解
- MatlabEMDHHTSVM-程序及图形.doc
- 关于经验模态分解的的一些matlab程序
- emd程序对机械振动信号分解
- EEMD信号分解
- EMD分解matlab程序
- 基于MATLAB的EMD信号分解与重构mytest2
评论
共有 条评论