minEntropyDeconv(x,​L,maxIter)

Versión 1.1.0.0 (2,34 KB) por njj1
This function develops a minimum entropy deconvolution filter for a sequence x
160 descargas
Actualizado 23 abr 2018

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Signal Processing Toolbox en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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