MNE-CPP
beta 0.1
|
Processes AsA .elc files which contain the electrode positions of a EEG hat. More...
#include <asaelc.h>
Public Types | |
typedef QSharedPointer< AsAElc > | SPtr |
typedef QSharedPointer< const AsAElc > | ConstSPtr |
Public Member Functions | |
AsAElc () | |
bool | readElcFile (QString path, QStringList &channelNames, QVector< QVector< double > > &location3D, QVector< QVector< double > > &location2D, QString &unit) |
Processes AsA .elc files which contain the electrode positions of a EEG hat.
Processes AsA .elc files which contain the electrode positions of a EEG hat.
typedef QSharedPointer<const AsAElc> UTILSLIB::AsAElc::ConstSPtr |
typedef QSharedPointer<AsAElc> UTILSLIB::AsAElc::SPtr |
AsAElc::AsAElc | ( | ) |
Constructs a Filter object.
Definition at line 58 of file asaelc.cpp.
bool AsAElc::readElcFile | ( | QString | path, |
QStringList & | channelNames, | ||
QVector< QVector< double > > & | location3D, | ||
QVector< QVector< double > > & | location2D, | ||
QString & | unit | ||
) |
Gets the impulse response of a static precalculated (matlab) filter.
[in] | path | holds the file path of the elc file which is to be read. |
[in] | location3D | holds the vector to which the read 3D positions are stored. |
[in] | location2D | holds the vector to which the read 2D positions are stored. |
[out] | bool | returns true if reading was successful, false otherwise. |
Definition at line 65 of file asaelc.cpp.