• 大小: 4KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-08
  • 语言: Matlab
  • 标签: MCKD消噪  kurtosis  

资源简介

最大相关峭度解卷积,它比最大峭度解卷积去噪效果更好

资源截图

代码片段和文件信息

function [y_final f_final ckIter] = mckd(xfilterSizetermIterTMplotMode)
    %MAXIMUM CORRELATED KURTOSIS DECONVOLTUION
    %  code and method by Geoff McDonald (glmcdona@gmail.com) May 2011
    %  This code file is an external reference for a paper being submitted
    %  for review.
    %
    % mckd(xfilterSizetermIterplotModeTM)
    %
    % Description:
    %    This method tries to deconvolve a periodic series of impulses from
    %    a 1d vector. It does this by designing a FIR filter to maximize
    %    a norm criterion called Correlated Kurtosis. This method is has
    %    applications in fault detection of rotating machinery (such as
    %    ball bearing and gear faults).
    %
    % Algorithm Reference:
    %    (Paper link coming soon. If you are inte

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-04-12 16:44  mckd\
     文件        1314  2014-02-12 14:13  mckd\license.txt
     文件        9324  2014-02-12 14:13  mckd\mckd.m

评论

共有 条评论

相关资源