dct_convert: Convert between number of DCT bases and Hz of highpass filter

Description Usage Arguments Details Value

View source: R/utils.R

Description

Provide either n or f to calculate the other.

Usage

1
dct_convert(T_, TR, n = NULL, f = NULL)

Arguments

T_

Length of timeseries (number of timepoints)

TR

TR of the fMRI scan, in seconds (the time between timepoints)

n

Number of cosine bases

f

Hz of highpass filter

Details

If only the total length of the scan is known, you can set that to TR and use T_=1.

f = n / (2 * T_ * TR)

Value

If n was provided, the highpass filter cutoff (Hz) is returned. Otherwise, if f was provided, the number of cosine bases is returned. The result should be rounded before passing to dct_bases


neuroconductor/fMRIscrub documentation built on Dec. 22, 2021, 1:10 a.m.