Search found 2 matches

by elem
Fri Mar 08, 2024 4:12 pm
Forum: EEG data analysis
Topic: Can you import .bdf files into MATLAB without using .edf converter?
Replies: 1
Views: 24507

Re: Can you import .bdf files into MATLAB without using .edf converter?

I don't actually use the .edf converter to read the .bdf data in Fieldtrip. I just use the way they suggest on the website:
for instance:
filename 'yourfile.bdf';
cfg = [];
cfg.dataset = filename;
cfg.trialdef.eventtype = 'STATUS'
cfg.trialdef.eventvalue = [1 2];
cfg.trialdef.prestim = 0.2;
cfg ...
by elem
Fri Mar 08, 2024 4:03 pm
Forum: EEG data analysis
Topic: Trigger names in ActiView and analysis software
Replies: 1
Views: 18714

Trigger names in ActiView and analysis software

Hi there,

I am having some problems understanding how the triggers are handled and shown by BioSemi. The triggers seem to be correctly shown on actiView during the recording:
triggers.JPG

But I am still unable to understand what these numbers mean because they are not the ones I am sending from ...