<div dir="ltr"><div><div><div>Hi Makoto,<br><br></div>No that doesn't work. It seems like the file is encoded somehow, because I just get random signs and letters. Nothing that looks like a numeric Matrix. In the style of "� � � � u J 1 D O : +     = R * � �" <br>

<br></div>If I use fread I do get numeric data, but it doesn't look right, e.g. "255<br>   254<br>   254<br>   225<br>   254<br>   203<br>   254<br>   179<br>   254<br>   128<br>   254<br>    78<br>    94<br>     9"<br>

<br></div><div>It looks encoded. I also need the event data from the file, which somehow probably is stored in the header..<br><br></div><div>-Simon<br></div><div><br></div><div><div><div><br><br></div></div></div><div class="gmail_extra">

<br>
<br><br><div class="gmail_quote">2014-04-02 21:48 GMT+02:00 Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div><div class="">
<div dir="ltr">Dear Simon,
<div><br>
</div>
<div>But you can read what's in the first line, second line, third line...</div>
<div>So, you open it using fopen, and obtain the first line by fgetl, and check what is in the 'firstLine'. Every time you run fgetl it obtains the new line, so you repeat it until you reach the beginning of numeric arrays. Does it not work?</div>


<div><br>
</div>
<div>
<div>% open the file</div>
<div>FID = fopen(input);</div>
<div><br>
</div>
<div>% skip the first two lines</div>
<div>firstLine  = fgetl(FID);</div>
<div>secondLine = fgetl(FID);</div>
</div>
<div>...</div>
<div><br>
</div>
<div>Makoto</div>
</div>
</div><div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2014-04-02 12:43 GMT-07:00 Simon-Shlomo Poil <span dir="ltr">
<<a href="mailto:poil.simonshlomo@gmail.com" target="_blank">poil.simonshlomo@gmail.com</a>></span>:<div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>
<div>Dear Makoto,<br>
<br>
Thank you for you answer. <br>
<br>
</div>
Unfortunately that approach only works if you know the structure of the binary files. My problem is that I don't know the specification of the .sig format (and it also seems like these are not online).
<br>
<br>
</div>
<div>Best wishes,<br>
</div>
Simon<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>--<br>
Simon-Shlomo Poil, Dr.<br>
<br>
Mobile number: <a href="tel:%2B41%20%280%2976%20399%205809" value="+41763995809" target="_blank">
+41 (0)76 399 5809</a><br>
LinkedIn profile: <a href="http://ch.linkedin.com/in/simonshlomopoil/" target="_blank">
http://ch.linkedin.com/in/simonshlomopoil/</a><br>
<br>
The Neurophysiological Biomarker Toolbox (NBT): <a href="http://www.nbtwiki.net" target="_blank">
http://www.nbtwiki.net</a><br>
<br>
My latest publications:<br>
Integrative EEG biomarkers predict progression to Alzheimer's disease at the MCI stage:
<a href="http://l.nbtwiki.net/19jMuy8" target="_blank">http://l.nbtwiki.net/19jMuy8</a><br>
<br>
The Amsterdam Resting-State Questionnaire reveals multiple phenotypes of resting-state cognition:
<a href="http://l.nbtwiki.net/17yblK7" target="_blank">http://l.nbtwiki.net/17yblK7</a><br>
<br>
</div>
<br>
<br>
<div class="gmail_quote">2014-04-02 21:35 GMT+02:00 Makoto Miyakoshi <span dir="ltr">
<<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>></span>:
<div>
<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Dear Simon-Shlomo,
<div><br>
</div>
<div>I wrote readNihonKodenM00(). The solution used there (using fopen(), fgetl(), fscanf()...) could be also applied to your dataset. Please download the plugin NihonKoden from here (or via download manager if EEGLAB v13 or later)</div>


<div><a href="http://sccn.ucsd.edu/wiki/Plugin_list_import" target="_blank">http://sccn.ucsd.edu/wiki/Plugin_list_import</a></div>
<div><br>
</div>
<div>Makoto<br>
<div><br>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2014-04-02 2:42 GMT-07:00 Simon-Shlomo Poil <span dir="ltr">
<<a href="mailto:poil.simonshlomo@gmail.com" target="_blank">poil.simonshlomo@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>Dear all,<br>
<br>
</div>
I have a problem importing .sig files from Brainlab to Matlab (I have .sig and .sts file for each recording).<br>
<br>
</div>
It seems that neither EEGLAB nor Fieldtrip supports import of these files.<br>
<br>
</div>
Does anybody have an idea of how to import these files to Matlab? <br>
<br>
</div>
Best regards,<br>
Simon-Shlomo Poil, Dr.<br>
<div><br>
</div>
</div>
<br>
</div>
</div>
_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">
http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">
eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">
eeglablist-request@sccn.ucsd.edu</a><span><font color="#888888"><br>
</font></span></blockquote>
</div>
<span><font color="#888888"><br>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">Makoto Miyakoshi<br>
Swartz Center for Computational Neuroscience<br>
Institute for Neural Computation, University of California San Diego<br>
</div>
</font></span></div>
</blockquote>
</div>
</div>
</div>
<br>
</div>
</blockquote>
</div></div></div><div><div class="h5">
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">Makoto Miyakoshi<br>
Swartz Center for Computational Neuroscience<br>
Institute for Neural Computation, University of California San Diego<br>
</div>
</div></div></div>
</div>

</blockquote></div><br></div></div>