apodize_gaussian: Apply Gaussian apodization function

Description Usage Arguments Value

Description

Apodizes signal data according to a Gaussian function.

Usage

1
2
apodize_gaussian(direct.time, signal, lb = 1, gb = 0.5,
  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) component of the apodization (must be negative to conform with Topspin parameters).

gb

Gaussian broadening factor (0 - 1), corresponding to the position of the function maximum as a fraction of acquisition time.

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.