minEntropyDeconv(x,​L,maxIter)

版本 1.1.0.0 (2.3 KB) 作者: njj1
This function develops a minimum entropy deconvolution filter for a sequence x
162.0 次下载
更新时间 2018/4/23

查看许可证

A minimum entropy deconvolution (MED) filter is used to accentuate impulsive portions of a signal. It was developed to process seismic data, but has been widely used to process machinery signals where bearing and gear degradation is a concern. This function takes a single vector (x) a filter length (L), and a maximum number of iterations (maxIter) and iteratively develops a filter that minimizes the entropy (or alternately maximizes the kurtosis).

引用格式

njj1 (2024). minEntropyDeconv(x,L,maxIter) (https://www.mathworks.com/matlabcentral/fileexchange/66434-minentropydeconv-x-l-maxiter), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Signal Processing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Only updated the title
Changed a couple lines in the code to update the output and adds an input for the maximum number of iterations.

1.0.0.0