Skip to content

This is the MATLAB function to read fNIRS signal provided on physionet

Notifications You must be signed in to change notification settings

PAminai/fNIRS-Read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fNIRS-Read

This is the 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] = rdsamp('fnirs_1.dat');

About

This is the MATLAB function to read fNIRS signal provided on physionet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages