Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.73 KB

File metadata and controls

44 lines (35 loc) · 1.73 KB

Matching Pursuit Based Adaptive Chirplet Transform (MPACT)

MPACT is an open-source MATLAB® toolbox that implements multi-component chirplet signal analysis

$$s\left( t\right) = {\left( \frac{\alpha }{\pi }\right)} ^{1/4}\exp \left[ -\frac{\alpha }{2}{\left( t-t_{0}\right)} ^{2}\right] \times \exp \left[ j\frac{\beta }{2}{\left( t-t_{0}\right)} ^{2}\right] \exp \left[ j\omega _{0}\left( t-t_{0}\right) \right]$$

using matching pursuit algorithm. The code repository for MPACT is hosted on GitHub at https://github.com/jiecui/mpact.

Installation

  1. Copy the files to the directory of your choice, e.g. ~/mpact/
  2. Within MATLAB, go the directory where you have copied the files e.g. >> cd(‘~/mpact/’);
  3. Add the directory and its subdirectories into MATLAB search path.
  4. Type MATLAB command, i.e. >> doc, to bring up MATLAB help browser.
  5. Find “Adaptive Chirplet Transform with Matching Pursuit Toolbox” in the section of Supplemental Software.
  6. Follow the instructions on the screen.

References

License

MPACT is distributed by the GPL v3 Open Source License.