Home | Trees | Indices | Help |
|
---|
|
Dataset handling data structured into channels.
Channels are assumes to contain several timepoints, thus this Dataset stores some additional properties (reference time t0, temporal distance of two timepoints dt and channelids (names)).
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__doc__ = enhancedDocString('ChannelDataset', locals(), Mapped
|
|||
channelids = property(fget= lambda self: self._dsattr ['ch_ids
|
|||
t0 = property(fget= lambda self: self._dsattr ['ch_t0'], doc=
|
|||
dt = property(fget= lambda self: self._dsattr ['ch_dt'], doc=
|
|||
samplingrate = property(fget= lambda self: 1.0/ self._dsattr [
|
|||
Inherited from |
|
|
Substract mean baseline signal from the each timepoint. The baseline is determined by computing the mean over all timepoints
specified by The samples of the dataset are modified in-place and nothing is returned. |
Convenience method to resample data sample channel-wise. Resampling target can be specified by number of timepoint or temporal distance or sampling rate. Please note that this method only operates on ChannelDataset and always returns such.
Parameters:
|
|
__doc__
|
channelids
|
t0
|
dt
|
samplingrate
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:24 2012 | http://epydoc.sourceforge.net |