-
Notifications
You must be signed in to change notification settings - Fork 54
hmrG_SubjAvg
jayd1860 edited this page Apr 11, 2023
·
1 revision
UI Name :
Subj_Average
Syntax : [yAvgOut, nTrials] = hmrG_SubjAvg(yAvgSubjs, nTrialsSubjs)
Description :
Calculate the block average for all subjects, for all common stimuli across subjects.
Inputs :
- yAvgSubjs:
- nTrialsSubjs:
Outputs :
- yAvgOut: the averaged results
- nTrials: number of trials
Usage Options :
- Subj_Average_on_Concentration_Data: [dcAvg, nTrials] = hmrG_SubjAvg(dcAvgSubjs, nTrialsSubjs)
- Subj_Average_on_Delta_OD_Data: [dodAvg, nTrials] = hmrG_SubjAvg(dodAvgSubjs, nTrialsSubjs)
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