Coder Social home page Coder Social logo

mp-eeglab-plugin's Introduction

%    MP EEGLAB plugin
%
%    Copyright (C) 2013 Tomasz Spustek, Konrad Kwaśkiewicz, Karol Auguštin
%
%    This program is free software: you can redistribute it and/or modify
%    it under the terms of the GNU General Public License as published by
%    the Free Software Foundation, either version 3 of the License, or
%    (at your option) any later version.
%
%    This program is distributed in the hope that it will be useful,
%    but WITHOUT ANY WARRANTY; without even the implied warranty of
%    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
%    GNU General Public License for more details.
%
%    You should have received a copy of the GNU General Public License
%    along with this program.  If not, see <http://www.gnu.org/licenses/>.
%
%    Tomasz Spustek <[email protected]>
%    Konrad Kwaśkiewicz <[email protected]>
%    Karol Auguštin <[email protected]>

------------------------------------------------------------------------------------------------------------------------
1. Authors and copyrights

This EEGLAB plugin was written by Tomasz Spustek, Konrad Kwaśkiewicz, Karol Auguštin and published under the terms
of the GNU General Public License 3.


------------------------------------------------------------------------------------------------------------------------
2. Appliance

This software implements matching pursuit algorithm to be used in data analysis under EEGLAB toolbox. Program allows a
user to perform calculations and visualize the results. 

------------------------------------------------------------------------------------------------------------------------
3. Usage

To use this software you need:
- Matlab, version 2011a or newer
- Eeglab, version 11_0_4_3b or newer

To install this plugin you need to place its entire directory inside the eeglab-directory/plugins/,
where eeglab-directory is a directory in which your eeglab is located.


------------------------------------------------------------------------------------------------------------------------
4. Functionalities

After installation you should be able to locate this plugin in the eeglab main menu under Tools > Matching Pursuit analysis.
This software consists of three direct functionalities:

- Calculate MP (mp_calc.m) - carry out the Matching Pursuit procedure and gives EEG.book structure as an output.
Requires several parameters as an input (check doc string for details). This procedure is also accessible by pop_mp_calc.m - recommended.

- View time-frequency maps (view_mp_maps.m) - plots reconstruction of a given signal (by means of functions from MP dictionary)
and its representation in time-frequency domain. Requires EEG.book structure.

- Inspect resulting decomposition (view_mp_atoms.m) - plots comparison of original signal and its reconstruction. Requires
EEG.book structure.


------------------------------------------------------------------------------------------------------------------------
5. Matching Pursuit Algorithm

The Matching Pursuit algorithm (MP), first proposed by Mallat and Zhang (1993), decomposes a signal into a linear
combination of functions selected form a predefined set of function — the dictionary D. The dictionary is
usually constructed from well behaving functions (well localized in time-frequency space), and usually is
redundant as compared to a base spanning the signal space. MP has the desired property of explaining
the signal in terms of time-frequency localized structures, and due to the redundancy of the dictionary,
the explanation is very flexible.

More information about MP method could be find:
http://brain.fuw.edu.pl/~durka/ksiazki/UNI.html

mp-eeglab-plugin's People

Contributors

karolaug avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.