MNE-CPP  beta 1.0
Functions
rtsssalgo.cpp File Reference

Contains the implementation of the RtSssAlgo class. More...

#include "rtsssalgo.h"
#include <QFuture>
#include <QtConcurrent/QtConcurrentMap>

Go to the source code of this file.

Functions

MatrixXd legendre (int l, VectorXd x)
 
float plgndr (int l, int m, float x)
 
VectorXd hypot (VectorXd X, VectorXd Y)
 
VectorXd atan2vec (VectorXd a, VectorXd b)
 
VectorXd find (MatrixXd M, int I)
 
double factorial (int n)
 
double stdev (VectorXd V)
 
VectorXd eigen_LTE (VectorXd V, double tol)
 
VectorXd eigen_GT (VectorXd V, double tol)
 
VectorXd eigen_AND (VectorXd V1, VectorXd V2)
 
VectorXd eigen_LT_index (VectorXd V, double tol)
 
VectorXd eigen_LT_index_test (int cnt)
 

Detailed Description

Contains the implementation of the RtSssAlgo class.

Author
Seok Lew slew@.nosp@m.nmr..nosp@m.mgh.h.nosp@m.arva.nosp@m.rd.ed.nosp@m.u; Matti Hamalainen msh@n.nosp@m.mr.m.nosp@m.gh.ha.nosp@m.rvar.nosp@m.d.edu
Version
1.0
Date
June, 2013

LICENSE

Copyright (C) 2013, Seok Lew and Matti Hamalainen. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Remarks
This rtsssalgo is implemented based on a paper, 'Real-Time Robust Signal Space Separation for Magnetoencephalography', authored by Chenlei Guo, Xin Li, Samu Taulu, Wei Wang, and Douglas J. Weber, published in IEEE Transactions on Biomedical Engieering Vol 57, p1856~1866, August 2010.

Definition in file rtsssalgo.cpp.