0

A .bdf file is not loading properly into EEGLAB.

I have trying to recreate the procedures of an EEGLAB experiment. Here, .bdf files were imported using the BIOSIG interface producing a result like so:

enter image description here

However, when I upload these files using this interface I get this result:

enter image description here

Note that there is some differences here (like the epochs), but primary concern is that not all the channel data appears to be there.

Dev-iL
  • 23,742
  • 7
  • 57
  • 99
B C
  • 318
  • 3
  • 16

2 Answers2

1

Sometimes if you select Remove DC offset in your channel data plot will reveal all the signals.

Blaz Hren
  • 11
  • 3
0

Specific channel frequency data will not be visible until you run a high-pass filter to remove high frequency noise - doing so will reveal the signal from each specific channel.

B C
  • 318
  • 3
  • 16