登录 注册
当前位置:主页 > 资源下载 > 34 > Matlab代码实现经验模式分解

Matlab代码实现经验模式分解

  • 更新:2024-07-12 19:57:26
  • 大小:40KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:专业指导 - 课程资源
  • 格式:RAR

资源介绍

基于Matlab的一套经验模式分解代码、 % IMF = EMD(X) where X is a real vector computes the Empirical Mode % Decomposition [1] of X, resulting in a matrix IMF containing 1 IMF per row, the % last one being the residue. The default stopping criterion is the one proposed