xxxb / mpact

Adaptive Chirplet Transform with Matching Pursuit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matching Pursuit based Adatpive Chirplet Transform - MPACT

MPACT is an open-source MatLab(R) toolbox that implements multi-component chirplet signal analysis

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.

About

Adaptive Chirplet Transform with Matching Pursuit

License:GNU General Public License v3.0


Languages

Language:MATLAB 73.9%Language:HTML 26.1%