eeg_utils.getchannelnamesfromedffile(edffilepath)¶Return the names of the channels from an EDF file
| Parameters: |
|
|---|---|
| Returns: |
|
eeg_utils.io_eeg_to_mne(filepath, read_data=True)¶Import an EEG file to MNE as a Raw instance. Supported formats : ‘edf’, ‘eeg’, ‘trc’
| Parameters: |
|
|---|---|
| Returns: |
|
eeg_utils.readfileedf(edfilepath, t_start=[], t_end=[], channel_sel=[])¶Read an edf file using the mne package
| Parameters: |
|
|---|---|
| Returns: |
|
eeg_utils.smooth1d(x, w, mode='valid')¶Smooth a 1D-array using a convolution between the input array x and the window w. The window is
normalized before the convolution.
| Parameters: |
|
|---|---|
| Returns: |
|