Skip to content

Instantly share code, notes, and snippets.

@mtakemiya
Created May 8, 2012 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtakemiya/2632828 to your computer and use it in GitHub Desktop.
Save mtakemiya/2632828 to your computer and use it in GitHub Desktop.
Reading .nsn File in MatLab
[chData, chHeader, fileInfo] = ns_Reader('raw_EMG_signal.nsn');
@mtakemiya
Copy link
Author

This is an example of how to read .nsn files from http://brainliner.jp in Matlab, using our ns_Reader library (available at http://www.cns.atr.jp/dni/en/downloads/tools-for-brain-behavior-data-sharing/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment