<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Dear Robert,<br><br>Thanks for your response. I have taken a look at the code in ft_write_data. My original file was not from a .ncs file format it was from a .mcd file format, scaled in micro volts and a continuous recording.<br><br>So, i have a  "900x1   double"  voltage values as a variable called "data" in Matlab.<br><br>I call: ft_write_data(new_file.ncs, data, '?', ? , 'matlab', '?')<br>           ft_write_data(FILENAME, DAT, 'header', HDR, 'dataformat', 'neuralynx_ncs')<br><br><br>sorry for the simplistic question.<br><br>Thanks,<br><br>Johan.<br><br><div style="font-family:arial, helvetica, sans-serif;font-size:13px"><font face="Tahoma" size="2"><hr
 size="1"><b><span style="font-weight: bold;">From:</span></b> Robert Oostenveld <r.oostenveld@donders.ru.nl><br><b><span style="font-weight: bold;">To:</span></b> Email discussion list for the FieldTrip project <fieldtrip@donders.ru.nl><br><b><span style="font-weight: bold;">Sent:</span></b> Fri, June 10, 2011 8:45:30 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [FieldTrip] Converting time stamps into NCS.<br></font><br>
Dear Johan<br><br>You can use<br>  ft_write_data(FILENAME, DAT, 'header', HDR, 'dataformat', 'neuralynx_ncs')<br><br>where you have to provide the filename, the data (as 1*Nsamples matrix) and the header (i.e. everything in upper case in the example). For the header you have to provide a matlab structure such as the one that is returned by ft_read_header returns when you read an original neuralynx ncs file.<br><br>I suggest that you look into the ft_write_data function at line 529 for further details.<br><br>best<br>Robert<br><br><br><br>On 9 Jun 2011, at 20:35, Johan Bergmann wrote:<br><br>> Hello,<br>> <br>> I have a .mat file containing a single column of voltage values which i wish to convert to the ncs file format. I cannot seem to achieve this, please can someone show me a usage example.<br>> <br>> Cheers,<br>> <br>> Johan.<br>> _______________________________________________<br>> fieldtrip mailing list<br>> <a
 ymailto="mailto:fieldtrip@donders.ru.nl" href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br><span>> <a target="_blank" href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></span><br><br>_______________________________________________<br>fieldtrip mailing list<br><a ymailto="mailto:fieldtrip@donders.ru.nl" href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br><a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br></div></div>



</div></body></html>