Epilepsy classification using Welch method power spectral density

86 Views Asked by At

from mne.time_frequency import psd_welch ImportError: cannot import name 'psd_welch' from 'mne.time_frequency' (/usr/local/lib/python3.10/dist-packages/mne/time_frequency/init.py)

1

There are 1 best solutions below

1
汤家凤 On

try installing the "mne" python module by executing :

pip install mne==1.0.3