openNSx
Opens and reads an NSx file then returns all file information in a NSx
structure. Works with File Spec 2.1, 2.2, 2.3, and 3.0.
Use OUTPUT = openNSx(fname, 'read', 'report', 'e:xx:xx', 'c:xx:xx', 't:xx:xx', 'mode', 'precision', 'skipfactor', 'nozeropad').
All input arguments are optional. Input arguments can be in any order.
fname: Name of the file to be opened. If the fname is omitted
the user will be prompted to select a file.
DEFAULT: Will open Open File UI.
'read': Will read the data in addition to the header information
if user passes this argument.
DEFAULT: will read the entire file.
'report': Will show a summary report if user passes this argument.
DEFAULT: will not show report.
'e:XX:YY': User can specify which electrodes need to be read. The
number of electrodes can be greater than or equal to 1
and less than or equal to 256. The electrodes can be
selected either by specifying a range (e.g. 20:45) or by
indicating individual electrodes (e.g. 3,6,7,90) or both.
Note that, when individual channels are to be read, all
channels in between will also be read. The prorgam will
then remove the unwanted channels. This may result in a
large memory footprint. If memory issues arrise please
consider placing openNSx in a for loop and reading
individual channels.
This field needs to be preceded by the prefix 'e:'. See
example for more details. If this option is selected the
user will be promped for a CMP mapfile (see: KTUEAMapFile)
provided by Blackrock Microsystems. This feature required
KTUEAMapFile to be present in
cerebus采集的NS6格式数据matlab读取函数openNSx说明
最新推荐文章于 2024-11-07 14:13:35 发布