项目作者: ACRRL

项目描述 :
Importing fNIRS data in MATLAB
高级语言: MATLAB
项目地址: git://github.com/ACRRL/fNIRS-Read.git
创建时间: 2020-03-31T14:17:03Z
项目社区:https://github.com/ACRRL/fNIRS-Read

开源协议:

下载


fNIRS-Read

This is a MATLAB code to read fNIRS signal provided on physionet.

First, download your fNIRS dataset through following link: https://physionet.org/content/motion-artifact/1.0.0

Here is step-by-step toturial to run Import Data.m code:

  1. ADD PATH in Matlab enviroment where your data are stored (fnirs_1.dat, fnirs_1.hea)
  2. Use function rdsamp() to read samples based on following code:

[signal,Fs,tm]=[signal, fs, tm] = rdsamp(‘fnirs_1.dat’);