Description Usage Arguments Details Value Author(s) Examples
The function applies zero filling to the FIDs.
1 | ZeroFilling(Fid_data, fn = ncol(Fid_data), verbose = FALSE)
|
Fid_data |
Matrix containing the FIDs, one row per signal, as outputted by |
fn |
Number of 0 to be added. |
verbose |
If |
Zero filling does not improve the spectral resolution but lead to better visually defined lines in the spectra.
During zero filling, fn
zeros are appended at the end of the FIDs. This number is rounded to the nearest 2^x value to ease the upcoming Fourier Transform of the FIDs.
Fid_data |
The zero-filled FIDs. |
Manon Martin
1 2 | require(PepsNMRData)
ZF_fid <- ZeroFilling(Data_HS_sp$FidData_HS_3, fn = ncol(Data_HS_sp$FidData_HS_3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.