.readFidFile | R Documentation |
This function reads a binary fid file. A fid file contains intensities for all measured time points.
.readFidFile(fidFile, nIntensities, endian = "little")
fidFile |
|
nIntensities |
number of data entries (total count; get from acqu file) |
endian |
endianness of the fid file (‘little’ or ‘big’; default: ‘little’) |
A vector of intensity values.
.readAcquFile
,
readBrukerFlexFile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.