I was trying to use mne to apply filtering for brain data which is in mat, what do I do here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I was trying to use mne to apply filtering for brain data which is in mat, what do I do here?

--------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-150-1f627d6355a3> in <module>() ----> 1 data_from_ft = mne.read_evoked_fieldtrip('BCICIV_calib_ds1a.mat') TypeError: read_evoked_fieldtrip() missing 1 required positional argument: 'info'

30th Nov 2020, 7:18 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
1 Answer
+ 6
Zhenis Otarbay , without having seen your complete code, i can only repeat the error message: mne.read_evoked_fieldtrip() require 2 arguments, but only gets 1 argument.
30th Nov 2020, 8:14 PM
Lothar
Lothar - avatar