get_td_amp: Return an array of amplitudes derived from fitting the...

Description Usage Arguments Value

View source: R/mrs_data_proc.R

Description

Return an array of amplitudes derived from fitting the initial points in the time domain and extrapolating back to t=0.

Usage

1
get_td_amp(mrs_data, nstart = 10, nend = 50, method = "spline")

Arguments

mrs_data

MRS data.

nstart

first data point to fit.

nend

last data point to fit.

method

method for measuring the amplitude, one of "spline" or "exp".

Value

array of amplitudes.


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