-
Notifications
You must be signed in to change notification settings - Fork 55
Processing Functions
jayd1860 edited this page Apr 11, 2023
·
18 revisions
Homer3 provides multiple functions that could be directly used to build processing streams for advanced fNIRS data analysis. Please refer to the typical processing streams from here.
These functions can also be used without Homer3 GUI. Please follow this instruction for more details.
For details about user functions and the processing stream and guidance on writing custom user functions, see this page.
- hmrR_BandpassFilt
- hmrR_BlockAvg
- hmrR_GLM
- hmrR_Intensity2OD
- hmrR_MotionArtifact
- hmrR_MotionArtifactByChannel
- hmrR_MotionCorrectCbsi
- hmrR_MotionCorrectPCA
- hmrR_MotionCorrectPCArecurse
- hmrR_MotionCorrectRLOESS
- hmrR_MotionCorrectSpline
- hmrR_MotionCorrectSplineSG
- hmrR_MotionCorrectWavelet
- hmrR_OD2Conc
- hmrR_PruneChannels
- hmrR_PCAFilter
- hmrR_StimRejection
- hmrR_tCCA
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