minEntropyDeconv(x,​L,maxIter)

Version 1.1.0.0 (2,34 KB) von njj1
This function develops a minimum entropy deconvolution filter for a sequence x
160 Downloads
Aktualisiert 23. Apr 2018

Lizenz anzeigen

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).

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2017b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Signal Processing Toolbox finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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