Skip to content

Beginner in eeg-erp repository  #9

@jsuria22

Description

@jsuria22

Hi, I am stuck with the answer in the eeg-erp repository of beginner.ipynb, and I am trying to figure out what is the solution to that question. I am using Windows and Anaconda 3.

From your questions, it is stated that

  1. The function you want to call is named: read_raw_bdf. It has already been imported.
  2. Call it with a single argument: the name of the file to load. Remember the example sin(2)
  3. The name of the file to load is data/magic-trick-raw.bdf
  4. The name of the file is text. Remember what you know about text and quotation ' marks!
  5. Assign the result to a variable with the name raw using the = symbol.

Here is my answer fortis that question.
from mne.io import read_raw_bdf
raw = read_raw_bdf('data/magic-trick-raw.bdf')

But the result displayed FileNotFoundError.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions