|
file | averagescene.cpp [code] |
| Contains the implementation of the AverageScene class.
|
|
file | averagescene.h [code] |
| Contains the declaration of the AverageScene class.
|
|
file | averagesceneitem.cpp [code] |
| Contains the implementation of the AverageSceneItem class.
|
|
file | averagesceneitem.h [code] |
| Contains the declaration of the AverageSceneItem class.
|
|
file | butterflyscene.cpp [code] |
| Contains the implementation of the ButterflyScene class.
|
|
file | butterflyscene.h [code] |
| Contains the declaration of the ButterflyScene class.
|
|
file | butterflysceneitem.cpp [code] |
| Contains the implementation of the ButterflySceneItem class.
|
|
file | butterflysceneitem.h [code] |
| Contains the declaration of the ButterflySceneItem class.
|
|
file | datamarker.cpp [code] |
|
file | datamarker.h [code] |
| Contains the declaration of the DataMarker class.
|
|
file | datapackage.cpp [code] |
| Contains the implementation of the DataPackage class.
|
|
file | datapackage.h [code] |
| Contains the declaration of the DataPackage class.
|
|
file | filteroperator.cpp [code] |
| Contains all FilterOperators.
|
|
file | filteroperator.h [code] |
| The FilterOperator 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 | filterplotscene.cpp [code] |
|
file | filterplotscene.h [code] |
| Contains the implementation of the FilterPlotScene class.
|
|
file | info.h [code] |
|
file | layoutscene.cpp [code] |
|
file | layoutscene.h [code] |
|
file | mneoperator.cpp [code] |
| MNEOperator class represents the base class of an arbitrary MNEOperator, e.g. FILTER,PCA,AVERAGE. All specific Operators must be derived from MNEOperator, see the FilterOperator class.
|
|
file | mneoperator.h [code] |
| Contains all MNEOperators.
|
|
file | newparksmcclellan.cpp [code] |
|
file | newparksmcclellan.h [code] |
|
file | rawsettings.cpp [code] |
| Contains all application settings.
|
|
file | rawsettings.h [code] |
| In this RawSettings class all mne_browse_raw_qt settings are managed. In order to store settings from the last mne_browse_raw_qt session, the class uses the QtSettings class of Qt. [1] Using QSettings, the entries are stored locally in a OS-specific place from where they shall be loaded at each start of mne_browse_raw_qt if they were already set (this is not yet implemented -> ToDo)
|
|
file | selectionscene.cpp [code] |
|
file | selectionscene.h [code] |
|
file | selectionsceneitem.cpp [code] |
|
file | selectionsceneitem.h [code] |
|
file | types.h [code] |
| Contains general application specific types.
|
|