Learn R Programming

spant (version 1.1.0)

l2_reg: Perform l2 regularisation artefact suppression using the method proposed by Bilgic et al. JMRI 40(1):181-91 2014.

Description

Perform l2 regularisation artefact suppression using the method proposed by Bilgic et al. JMRI 40(1):181-91 2014.

Usage

l2_reg(mrs_data, A, b)

Arguments

mrs_data

input data for artefact suppression.

A

matrix of spectral data points containing the artefact basis signals.

b

regularisation parameter.

Value

l2 reconstructed mrs_data object.