View source: R/mrs_data_proc.R
decimate_mrs_td | R Documentation |
Decimate an MRS signal by filtering in the time domain before downsampling.
decimate_mrs_td(mrs_data, q = 2, n = 4, ftype = "iir")
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". |
decimated data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.