decimate_mrs_td {spant} | R Documentation |
Decimate an MRS signal by filtering in the time domain before downsampling.
Description
Decimate an MRS signal by filtering in the time domain before downsampling.
Usage
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.
[Package spant version 2.22.0 Index]