- MNE version: 1.1.1
- operating system: macOS 12
Is it possible to filter eeg or ecg data in csv rather than edf and save it in csv form instead of visualizing it?
In summary, is it possible to save it as a filtered csv file?
Is it possible to filter eeg or ecg data in csv rather than edf and save it in csv form instead of visualizing it?
In summary, is it possible to save it as a filtered csv file?
Raw, epoched, and evoked objects have a .to_data_frame()
method, which you can use to create a Pandas DataFrame and export the tabular data from there. See: