def_acq_paras: Return (and optionally modify using the input arguments) a...

Description Usage Arguments Value

View source: R/spant.R

Description

Return (and optionally modify using the input arguments) a list of the default acquisition parameters.

Usage

1
2
3
4
5
6
def_acq_paras(
  ft = getOption("spant.def_ft"),
  fs = getOption("spant.def_fs"),
  N = getOption("spant.def_N"),
  ref = getOption("spant.def_ref")
)

Arguments

ft

specify the transmitter frequency in Hz.

fs

specify the sampling frequency in Hz.

N

specify the number of data points in the spectral dimension.

ref

specify the reference value for ppm scale.

Value

A list containing the following elements:


neuroconductor-devel-releases/spant documentation built on May 6, 2020, 4:29 p.m.