资源简介
经验模态分解的MATLAB程序包,含emd程序,可视化分解结果显示。
代码片段和文件信息
% INDEX_EMD.M list of functions in the EMD package
%
% type help function_name for more information on a specific function
%
% Empirical Mode Decomposition
%
% emd - computes EMD and bivariate/complex EMD with various options
% emd_local - computes local EMD variation
% emd_online - computes on-line EMD variation. Note that it does not truly
% apply on-line: the function is only a demonstration.
% emdc - fast implementation for EMD with Cauchy-like stopping criterion
% (requires compilation see make_emdc function)
% emdc_fix - fast implementation for EMD with predefined number of iterations
% (requires compilation see make_emdc function)
% cemdc - fast implementation for bivariate/complex EMD (first algorithm)
% with Cauchy-like stopping criterion (requires compilation
% see make_emdc function)
% cemdc_fix - fast implementation for bivariate/complex EMD (first algorithm)
% with predefined number of iterations (requires compilation
% see make_emdc function)
% cemdc2 - fast implementation for bivariate/complex EMD (second algorithm)
% with Cauchy-like stopping criterion (requires compilation
% see make_emdc function)
% cemdc2_fix - fast implementation for bivariate/complex EMD (second algorithm)
% with predefined number of iterations (requires compilation
% see make_emdc function)
%
% Utilities
%
% install_emd - setup Matlab‘s path and compile the C codes.
% uninstall_emd - revert the modifications made by install_emd and remove the
% files (optional).
% make_emdc - compile all C codes
% emd_visu - visualization of EMD
% cemd_visu - visualization of bivariate/complex EMD (automatically called
% by emd_visu when the input is complex)
% cenvelope - compute envelope curves for bivariate/complex EMD
% cemd_disp - visualization of envelope curves and tube envelope
% plot3c - plot a complex vector in 3 dimensions
% plotc - plot the projection of a complex vector on a variable direction
% dirstretch - directional stretching of a complex vector
% hhspectrum - compute Hilbert-Huang spectrum (need the Time-Frequency Toolbox
% http://tftb.nongnu.org)
% toimage - transform a spectrum made of 1D functions (e.g. output of
% “hhspectrum“) in an 2D image
% disp_hhs - display the image output of “toimage“ as a Hilbert-Huang spectrum
% addtag - add a tag to a graphic object (uses the Tag property as a list
% of keywords or “tags“)
% rmtag - remove a tag from a graphic object (uses the Tag property as
% a list of keywords or “tags“)
% hastag - test whether a graphic object has a specific tag (uses
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-06-27 14:12 package_emd\
目录 0 2007-06-27 14:12 package_emd\EMDs\
目录 0 2007-06-27 14:12 package_emd\EMDs\src\
文件 4711 2007-06-27 14:12 package_emd\EMDs\src\emdc.c
文件 3517 2007-06-27 14:12 package_emd\EMDs\src\emdc_fix.c
文件 4969 2007-06-27 14:12 package_emd\EMDs\src\cemdc.c
文件 4224 2007-06-27 14:12 package_emd\EMDs\src\cemdc_fix.c
文件 4983 2007-06-27 14:12 package_emd\EMDs\src\cemdc2.c
文件 4213 2007-06-27 14:12 package_emd\EMDs\src\cemdc2_fix.c
文件 1165 2007-06-27 14:12 package_emd\EMDs\src\io.h
文件 7029 2007-06-27 14:12 package_emd\EMDs\src\io.c
文件 1092 2007-06-27 14:12 package_emd\EMDs\src\io_fix.h
文件 6188 2007-06-27 14:12 package_emd\EMDs\src\io_fix.c
文件 1190 2007-06-27 14:12 package_emd\EMDs\src\cio.h
文件 7562 2007-06-27 14:12 package_emd\EMDs\src\cio.c
文件 1117 2007-06-27 14:12 package_emd\EMDs\src\cio_fix.h
文件 6933 2007-06-27 14:12 package_emd\EMDs\src\cio_fix.c
文件 674 2007-06-27 14:12 package_emd\EMDs\src\extr.h
文件 10473 2007-06-27 14:12 package_emd\EMDs\src\extr.c
文件 770 2007-06-27 14:12 package_emd\EMDs\src\cextr.h
文件 14711 2007-06-27 14:12 package_emd\EMDs\src\cextr.c
文件 710 2007-06-27 14:12 package_emd\EMDs\src\local_mean.h
文件 2838 2007-06-27 14:12 package_emd\EMDs\src\local_mean.c
文件 790 2007-06-27 14:12 package_emd\EMDs\src\clocal_mean.h
文件 5085 2007-06-27 14:12 package_emd\EMDs\src\clocal_mean.c
文件 752 2007-06-27 14:12 package_emd\EMDs\src\clocal_mean2.h
文件 4905 2007-06-27 14:12 package_emd\EMDs\src\clocal_mean2.c
文件 468 2007-06-27 14:12 package_emd\EMDs\src\interpolation.h
文件 2110 2007-06-27 14:12 package_emd\EMDs\src\interpolation.c
文件 2312 2007-06-27 14:12 package_emd\EMDs\cemdc2_fix.m
文件 2362 2007-06-27 14:12 package_emd\EMDs\cemdc2.m
............此处省略48个文件信息
相关资源
- matlab读取地震数据sgy
- 合成孔径雷达成像仿真的matlab程序,
- ARIMA预测MATLAB程序
- 消息传递算法 和积算法 因子图 matl
- MATLAB SPIN路由算法
- 遗传算法全局寻优代码
- PMSG单机Matlab模型
- MATLAB uigetdir的一个小bug
-
xm
l_io_tools - qc_ldpc矩阵构造
- 基于DCT变换的图像压缩算法
- 8QAM、QPSK误码率计算matlab程序
- 解释结构模型ISM的matlab实现代码
- BP网络训练MATLAB程序
- matlab坐标转换
- SVPWM MATLAB仿真
- matlab视日轨迹跟踪算法仿真程序
- cnn程序 matlab
- 排队论的matlab仿真(包括仿真代码)
- libsvm网格法查找最优参数函数 SVMcgF
- libsvm网格法查找最优解函数 SVMcgForC
- B样条程序MATLAB编写
- 布尔沙模型求七参数
- Matlab 人脸识别 SVM
- matlab遗传算法求解VRP问题
- delaunay三角剖分matlab代码,有注释
- MIMO复用技术MATLAB仿真代码
- 用MATLAB实现GAC模型
- dea模型matlab代码,三个dea模型,超效
- 基于MATLAB的Fisher线性判别代码
评论
共有 条评论