from edf to fif file conversion?

  • MNE version: 1.0.1
  • operating system: Windows 10

I know that the edf file uses the read_raw function. By the way, how do you do the fif file?

Where do i get it?

i tried this page, but error!!

Read the EDF

raw =mne.io.read_raw_edf()

Save as fif {source}

raw.save(‘some_name.fif’)

or, if you want to read the fif

raw = mne.io.read_raw_fif(sample_data_raw_file)

1 Like