matchPurs.m

The classic matching pursuit algorithm
973 descargas
Actualizado 3 May 2010

Ver licencia

This function is a more robust and improved version of my previous submission, matchingpursuit.m

This function computes the projection of a given input vector or matrix onto a "dictionary" of other vectors or matrices using a matching pursuit algorithm. Users may input a vector to be synthesized, or a matrix. The dictionary elements are input as arrays. See "help matchPurs.m". You must also download normColumns.m from the exchange.

Citar como

Joshua Carmichael (2024). matchPurs.m (https://www.mathworks.com/matlabcentral/fileexchange/27454-matchpurs-m), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Multirate Signal Processing 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.2.0.0

renamed file description to matchPurs.m so users could find it easier.

1.1.0.0

This product requires normColumns.m, which I neglected to initially included in my submission.

1.0.0.0