声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 57820|回复: 300

[HHT] 给应用G.Rilling的EMD、但又没完成编译的朋友

  [复制链接]
发表于 2009-7-4 00:20 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
这是完整编译的package_emd。修改附件的后缀名为*.rar,解包,通过设置路径,直接作为MATLAB的一个工具箱来用。

package_emd.txt

134.16 KB, 下载次数: 3513

点评

13L有链接地址~  发表于 2014-6-5 20:27

评分

1

查看全部评分

本帖被以下淘专辑推荐:

回复
分享到:

使用道具 举报

 楼主| 发表于 2009-7-5 17:24 | 显示全部楼层
经实证,此编译结果已正确运行于MATLAB2006b、2007b、2008b!
回复 支持 0 反对 1

使用道具 举报

发表于 2009-7-15 08:27 | 显示全部楼层
记事本格式,你就复制不就可以了吗
 楼主| 发表于 2009-7-15 11:03 | 显示全部楼层

回复 地板 xiaoaq 的帖子

在DOS命令行窗口,用rename命令修改文件即可。例:rename package_emd.txt  package_emd.rar,然后打开package_emd.rar就是了!
发表于 2009-7-16 13:27 | 显示全部楼层

回复 地板 Crocodilesky 的帖子

谢谢,你水平太高了:victory:
发表于 2010-9-29 16:19 | 显示全部楼层
很好的东西
发表于 2010-10-1 13:35 | 显示全部楼层
为啥我下载后解压不了,说文件损坏
回复 支持 7 反对 0

使用道具 举报

发表于 2010-11-8 09:56 | 显示全部楼层
谢谢;楼主  正在学习中
发表于 2010-11-15 09:45 | 显示全部楼层
楼主好人呐
发表于 2010-11-18 09:45 | 显示全部楼层
多谢楼主!
发表于 2010-11-22 16:38 | 显示全部楼层
本帖最后由 潇潇夜雨 于 2010-11-22 16:41 编辑

回复 1 # Crocodilesky 的帖子

为什么mbuild -setup和mex -setup都成功了,但是install_emd却出现问题了呢?
>> install_emd
cemdc.c
cemdc.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory
  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc.c' failed.

cemdc.c
cio.c(121) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean.c(58) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc.c' failed.
cemdc_fix.c
cemdc_fix.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc_fix.c' failed.

cemdc_fix.c
cio_fix.c(104) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean.c(58) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc_fix.c' failed.

cemdc2.c
cemdc2.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2.c' failed.

cemdc2.c
cio.c(121) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean2.c(62) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2.c' failed.

cemdc2_fix.c
cemdc2_fix.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2_fix.c' failed.

cemdc2_fix.c
cio_fix.c(104) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean2.c(62) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2_fix.c' failed.

Warning: The compilation of the following files failed:
> In make_emdc at 48
  In install_emd at 26
cemdc.c
cemdc_fix.c
cemdc2.c
cemdc2_fix.c

Some errors occurred during compilation. See details above.

Installation complete. Run index_emd for a list of functions.

IMPORTANT: After running INSTALL_EMD you must run the "savepath" command to save the installation
but be careful that if you previously removed parts of the path (using e.g. the "rmpath" command)
these will be permanently removed after you run "savepath"
cemdc.c
cemdc.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc.c' failed.

cemdc.c
cio.c(121) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean.c(58) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc.c' failed.

cemdc_fix.c
cemdc_fix.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc_fix.c' failed.

cemdc_fix.c
cio_fix.c(104) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean.c(58) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc_fix.c' failed.

cemdc2.c
cemdc2.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2.c' failed.

cemdc2.c
cio.c(121) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean2.c(62) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2.c' failed.

cemdc2_fix.c
cemdc2_fix.c(19) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2_fix.c' failed.

cemdc2_fix.c
cio_fix.c(104) : warning C4018: '!=' : signed/unsigned mismatch
clocal_mean2.c(62) : error C2065: 'M_PI' : undeclared identifier

  D:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Compile of 'cemdc2_fix.c' failed.
Warning: The compilation of the following files failed:
> In make_emdc at 48
  In install_emd at 26
cemdc.c
cemdc_fix.c
cemdc2.c
cemdc2_fix.c

Some errors occurred during compilation. See details above.

回复 支持 0 反对 1

使用道具 举报

发表于 2010-12-13 16:57 | 显示全部楼层

G.Rilling 一维EMD分解的程序下载的网址是?只要网址,程序已有

如题,因为以后写文章的需要可能要附上做实验所用工具箱的来源,貌似最好是附上网址。请问这个G.Rilling前辈一维EMD的工具箱初始是在哪里下载的呢?工具箱偶已经有了,是以前在论坛上下的:lol,谁能说下最原始的来源?谢啦
发表于 2010-12-14 11:14 | 显示全部楼层

点评

赞成: 5.0
赞成: 5
  发表于 2017-6-6 14:42
赞成: 5
  发表于 2017-2-22 15:49
赞成: 5
  发表于 2015-1-2 13:08
赞成: 5
  发表于 2014-6-5 20:27
赞成: 5
  发表于 2013-6-5 08:27
回复 支持 3 反对 0

使用道具 举报

 楼主| 发表于 2011-1-13 01:18 | 显示全部楼层
回复 11 # 潇潇夜雨 的帖子

你是在VS编译的吧!你试一下MinGW。
发表于 2011-1-14 21:07 | 显示全部楼层
一直想学习,谢谢楼主!
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-4-26 04:16 , Processed in 0.130599 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表