MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Processes txt files which hold filter coefficients. More...
#include <filterio.h>
Public Types | |
typedef QSharedPointer< FilterIO > | SPtr |
typedef QSharedPointer< const FilterIO > | ConstSPtr |
Public Member Functions | |
FilterIO () | |
Static Public Member Functions | |
static bool | readFilter (QString path, FilterKernel &filter) |
static bool | writeFilter (const QString &path, const FilterKernel &filter) |
Processes txt files which hold filter coefficients.
Processes txt files which hold filter coefficients.
Definition at line 76 of file filterio.h.
typedef QSharedPointer<const FilterIO> RTPROCESSINGLIB::FilterIO::ConstSPtr |
Const shared pointer type for FilterIO.
Definition at line 80 of file filterio.h.
typedef QSharedPointer<FilterIO> RTPROCESSINGLIB::FilterIO::SPtr |
Shared pointer type for FilterIO.
Definition at line 79 of file filterio.h.
FilterIO::FilterIO | ( | ) |
Constructs a FilterIO object.
Definition at line 62 of file filterio.cpp.
|
static |
Reads a given txt file and scans it for filter coefficients. Pls see sample file for file syntax.
[in] | path | holds the file path of the txt file which is to be read. |
[in,out] | filter | holds the filter which the read parameters are to be saved to. |
Definition at line 68 of file filterio.cpp.
|
static |
Writes a given filter to txt file .
[in] | path | holds the file path of the txt file which is to be written to. |
[in] | filter | holds the filter which is to be written to file. |
Definition at line 153 of file filterio.cpp.