-
Notifications
You must be signed in to change notification settings - Fork 55
Typical processing streams
Homer3 enables you to create your own processing stream files in the Process Stream GUI. This document provides typical processing streams that are used to analyze fNIRS dataset in Homer3 toolbox.
The basic processing streams typically include four functions:
a) hmrR_Intensity2OD: converts raw data to optical density;
b) hmrR_BandpassFilt: performs a band-pass filter on optical density data;
c) hmrR_OD2Conc: converts the filtered optical density to hemoglobin concentration;
d) hmrR_BlockAvg: and finally calculates the average hemodynamic response function (HRF).
You can also estimate the HRF using GLM analysis by incorporating the GLM function in the basic stream. The following processing stream provide a typical processing and parameters for short-separation regression using GLM approach, typically including four functions:
a) hmrR_Intensity2OD: converts raw data to optical density;
b) hmrR_BandpassFilt: performs a band-pass filter on optical density data;
c) hmrR_OD2Conc: converts the filtered optical density to hemoglobin concentration;
d) hmrR_GLM: and finally estimates the HRF using GLM analysis.
Here, these parameter settings build a design matrix with Gaussian basis functions, 3 drift regressors AND with a short separation regressor based on the nearest SS channel.
Join the Homer3 community on openfnirs.org!
- Homer3 Overview
- Download and Installation
- Homer3 Graphical User Interfaces
- Input and Output Definitions
- Processing Data
- Viewing Processed Data via GUI
- Exporting Processed Data into a Text File
- Exporting Processed Data into MATLAB WorkSpace
- Working with Datasets using DataTree Library
- Working with SNIRF files standalone
- Custom User Functions