-
Notifications
You must be signed in to change notification settings - Fork 55
hmrR_BandpassFilt
jayd1860 edited this page Apr 11, 2023
·
1 revision
UI Name:
Bandpass_Filter
Syntax:
data2 = hmrR_BandpassFilt( data, hpf, lpf )
Description:
Perform a bandpass filter on time course data.
Inputs:
- data - SNIRF data type containing data time course to filter, time vector, and channels.
- hpf - high pass filter frequency (Hz). Typical value is 0 to 0.02.
- lpf - low pass filter frequency (Hz). Typical value is 0.5 to 3.
Outputs:
- data2 - SNIRF data type containing the filtered data time course, time vector, and channels.
Usage Options:
- Bandpass_Filter: dod = hmrR_BandpassFilt( dod, hpf, lpf )
Default Parameters:
- hpf: [0.010]
- lpf: [0.500]
Prerequisites :
- Intensity_to_Delta_OD: dod = hmrR_Intensity2OD( intensity )
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