MNE-CPP
beta 1.0
|
Directories | |
directory | mp |
Files | |
file | cosinefilter.cpp [code] |
Implementation of the CosineFilter class. | |
file | cosinefilter.h [code] |
Declaration of the CosineFilter class. | |
file | filterdata.cpp [code] |
Contains all FilterData. | |
file | filterdata.h [code] |
The FilterData class represents a derived class from an arbitrary MNEOperator class object. Thus, it is a filter object that generates the FIR filter coefficients using Park's McClellan's filter design algorithm [1] and offers a overlap-add method [2] for frequency filtering of an input sequence. In this regard, the filter coefficients of a certain filter order are zero-padded to fill a length of an multiple integer of a power of 2 in order to efficiently compute a FFT. The length of the FFT is given by the next power of 2 of the length of the input sequence. In order to avoid circular-convolution, the input sequence is given by the FFT-length-NumFilterTaps. | |
file | ioutils.cpp [code] |
Implementation of the IOUtils class. | |
file | ioutils.h [code] |
IOUtils class declaration. | |
file | kmeans.cpp [code] |
Implementation of the KMeans class. | |
file | kmeans.h [code] |
KMeans class declaration. | |
file | layoutloader.cpp [code] |
Implementation of the LayoutLoader class. | |
file | layoutloader.h [code] |
LayoutLoader class declaration. | |
file | layoutmaker.cpp [code] |
Implementation of the LayoutMaker class. | |
file | layoutmaker.h [code] |
LayoutLoader class declaration. | |
file | minimizersimplex.cpp [code] |
file | minimizersimplex.h [code] |
MinimizerSimplex class declaration. | |
file | mnemath.cpp [code] |
Implementation of the MNEMath Class. | |
file | mnemath.h [code] |
MNEMath class declaration. | |
file | parksmcclellan.cpp [code] |
file | parksmcclellan.h [code] |
file | selectionloader.cpp [code] |
Implementation of the SelectionLoader class. | |
file | selectionloader.h [code] |
SelectionLoader class declaration. | |
file | utils_global.h [code] |
utils library export/import macros. | |