Talk:Cnt

From SCCN
Jump to: navigation, search

Rules of the Talk Page:

  1. Always sign your name after your comments. Use the two dashes "--" followed by the four tildes “~~~~” wiki syntax. See Help:Signatures.
  2. Start a new discussion with a ==level 2 heading== at the bottom of the page (or use the “+” tab found at the top of the page)
  3. Indent replies with colons (:) at the beginning of the line. For each subsequent response add a colon (i.e. second response starts with ::)

--Dev Sarma 18:55, 29 June 2009 (UTC)




It seems that the (EEGLAB and maybe other) function is not able to import fractional sampling rate. This is because the sampling rate is encoded as short in the Neuroscan header. Note sure if it is encoded somewhere else in the data file?

--Arno 18:27, 3 July 2009 (UTC)

To import some types of triggers, try using the "Keystroke" option.

EEG = pop_loadcnt('H:\CONTROL\data\01\01_k_k_01.cnt' , 'dataformat', 'int32', 'keystroke', 'on');

-- Arno Arno 05:50, 23 November 2010 (UTC)


When loading large CNT files from eeglab, it is possible that you find that your data were loaded partially. The work around for this issue is to use the eeglab low-level loadcnt.m function to load the data. When doing this, provide the values of h.numsamples and ldnsmaples.

(Thanks to Kathrin Müsch).

--Ramon (10 Nov 2014)