apodize_exponential: Apply exponential apodization function

Description Usage Arguments Value

Description

Apodizes signal data according to an exponential function.

Usage

1
2
apodize_exponential(direct.time, signal, lb = 1,
  output.weights = FALSE)

Arguments

direct.time

A vector of time points of the signal data.

signal

A vector of complex signal data.

lb

Line broadening factor (in Hz), where the apodization function is calculated as exp(-lb*pi*t).

output.weights

Set to TRUE to output the apodization function rather than the weighted signal.

Value

Corrected signal vector (or vector of weights if output.weights is TRUE).


ssokolen/rnmrfit documentation built on May 23, 2019, 1:48 p.m.