lb: Apply line-broadening (apodisation) to MRS data or basis...

View source: R/mrs_data_proc.R

lbR Documentation

Apply line-broadening (apodisation) to MRS data or basis object.

Description

Apply line-broadening (apodisation) to MRS data or basis object.

Usage

lb(x, lb, lg = 1)

## S3 method for class 'list'
lb(x, lb, lg = 1)

## S3 method for class 'mrs_data'
lb(x, lb, lg = 1)

## S3 method for class 'basis_set'
lb(x, lb, lg = 1)

Arguments

x

input mrs_data or basis_set object.

lb

amount of line-broadening in Hz.

lg

Lorentz-Gauss lineshape parameter (between 0 and 1).

Value

line-broadened data.


spant documentation built on Oct. 23, 2023, 5:06 p.m.