decimate_mrs_td: Decimate an MRS signal by filtering in the time domain before...

Description Usage Arguments Value

View source: R/mrs_data_proc.R

Description

Decimate an MRS signal by filtering in the time domain before downsampling.

Usage

1
decimate_mrs_td(mrs_data, q = 2, n = 4, ftype = "iir")

Arguments

mrs_data

MRS data object.

q

integer factor to downsample by (default = 2).

n

filter order used in the downsampling.

ftype

filter type, "iir" or "fir".

Value

decimated data.


neuroconductor/spant documentation built on May 25, 2021, 1:49 a.m.