如何使用 Python 读取 edf 数据?我想分析一个 edf 文件的数据,但我无法使用pyEDFlib读取它。它抛出了错误OSError: The file is discontinous and cannot be read,我不知道为什么。
OSError: The file is discontinous and cannot be read
python time-series european-data-format mne-python
我有一些欧洲数据格式(EDF) 文件,我想将其导入到 R 中。
有一些用于解析 EDF 文件的 Python 库,并且 EDF 规范可用,所以我知道这是可能的,但如果可以的话,我会避免编写代码。
是否已经存在用于导入此类文件的工具?
r european-data-format
european-data-format ×2
mne-python ×1
python ×1
r ×1
time-series ×1