<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Paul,<div><br></div><div>I suppose it is an incompatibility between your particular BDF file and the code. I suggest you use MATLAB debugging facilities to check what is wrong in the lower-level code. See <a href="http://tinyurl.com/oy7b496">http://tinyurl.com/oy7b496</a>.</div><div><br></div><div>best regards,</div><div>Robert</div><div><br></div><div><br></div><div><br><div><div>On 25 May 2015, at 15:51, Paul Zerr <<a href="mailto:zerr.paul@googlemail.com">zerr.paul@googlemail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div><div>I have not. I can read in the header but that's about it. <br>I don't have any older matlab versions here to test it with either.<br><br></div><div>From what I understand ft_preprocessing should be capable of reading bdf's directly with only the file name as input arg.<br></div><div><br></div>Greetings,<br></div>Paul Zerr<br><div><br><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex; position: static; z-index: auto;">
From: <<a href="mailto:bibi.raquel@gmail.com">bibi.raquel@gmail.com</a>><br>
To: FieldTrip discussion list <<a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a>><br>
Subject: Re: [FieldTrip] biosemi bdf >> read_24bit error + no events<br>
        found<br>
Message-ID: <<a href="mailto:5560dddf.0b91340a.2dab.ffffdae5@mx.google.com">5560dddf.0b91340a.2dab.ffffdae5@mx.google.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Have you resolved this issue?<br>
<br>
<br>
From: Paul Zerr<br>
Sent: ?Thursday?, ?May? ?14?, ?2015 ?8?:?01? ?AM<br>
To: FieldTrip discussion list<br>
<br>
<br>
Hi all,<br>
<br>
I'm new to fieldtrip so forgive me if my mistake is obvious.<br>
I want to import my raw, markerless dataset (<a href="http://www.filedropper.com/1_20" target="_blank">http://www.filedropper.com/1_20</a>) with<br>
<br>
cfg = [];<br>
cfg.dataset = '2.bdf';<br>
data = ft_preprocessing(cfg)<br>
<br>
However, I get<br>
<br>
reading and preprocessing<br>
error opening file: 2.bdf<br>
One or more output arguments not assigned during call to "read_24bit".<br>
<br>
Error in read_biosemi_bdf>readLowLevel (line 274)<br>
  buf = read_24bit(filename, offset, numwords);<br>
<br>
Error in read_biosemi_bdf (line 242)<br>
      buf = readLowLevel(filename, offset, epochlength); % see below in subfunction<br>
<br>
Error in ft_read_data (line 321)<br>
    dat = read_biosemi_bdf(filename, hdr, begsample, endsample, chanindx);<br>
<br>
Error in ft_preprocessing (line 578)<br>
      dat = ft_read_data(cfg.datafile, 'header', hdr, 'begsample', begsample,<br>
      'endsample', endsample, 'chanindx', rawindx, 'checkboundary',<br>
      strcmp(cfg.continuous, 'no'), 'dataformat', cfg.dataformat)<br>
<br>
Error in Untitled (line 19)<br>
data = ft_preprocessing(cfg)<br>
<br>
Using cfg.trialdef.eventtype = '?'; outputs "no events were found in the datafile" for ft_definetrial even for datasets with many markers. Converting to EDF+ did not help as it then says "channels with different sampling rate not supported". Specifying only one channel makes no difference. The file itself is fine (opens well in BvA).<br>
<br>
Defining only one channel to preprocess gives the same error.<br>
<br>
I couldn't find a solution in the archives, the faq, wiki or documentation.<br>
<br>
I'm using debian stable & matlab 2014a. Same issue at DCC computers running windows & matlab 2013a.<br>
<br>
Any ideas?<br>
<br>
Much appreciated,<br>
<br>
Paul Zerr<br></blockquote></div></div></div></div>
_______________________________________________<br>fieldtrip mailing list<br><a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</blockquote></div><br></div></body></html>