Reads an FID file. This is a very simple function.

nmr_read_bruker_fid(sample_name, endian = "little")

Arguments

sample_name

A single sample name

endian

Endianness of the fid file ("little" by default, use "big" if acqus$BYTORDA == 1)

Value

A numeric vector with the free induction decay values

Examples

fid <- nmr_read_bruker_fid("sample.fid")