Group Delay

Top  Previous  Next

Most of NMR has finally gone totally digital and is now routinely resorting to high-frequency ADC sampling at rates of several tens of MHz, with a tendency to ever higher sampling frequencies. Such a drastic oversampling has clear advantages in simplifying the front-end electronics. It has also many side benefits due to the fact that the subsequent down-conversion to low frequency range is done digitally and therefore theoretically artefact free. This includes perfect, calibration-free quadrature detection and drastic reduction of quantization noise. By the way, such techniques are routine in other areas of electronics (military, astronomy, audio, …); NMR is just a latecomer to this world.

High-frequency (HF) oversampling, however, has also some problems of its own. The digital decimation from the HF range to the audio range and the contextual digital filtering (a combination of CIC and FIR filters) need to be properly implemented in the hardware in order to be completely transparent to the User.

However, in the case of Bruker and Jeol spectra a death time or group delay can be observed in the FID: it starts with very small values and then, after some points (usually between 60-80 points) the normal FID starts.

If a plain FT is applied to this FID, we will get a spectrum with a lot of wiggles in the baseline analogous to the convolution with a sinc function centred in the middle of the spectral window. This can be explained by recalling the time shift theorem of the Fourier Transform which says that if the time domain signal is shifted by n points, the frequency domain spectrum corresponds to the standard spectrum (when the FID has not been shifted) multiplied by exp(-i2*pi*w*n). In other words, we have introduced a very large first order phase correction in the spectrum. For example, if the FID is right shifted by 60 points (death time = 60 points), f-spectrum will exhibit a first order phase distortion of 60 * 360 = 21600 degrees.

GroupDelay1

In order to work around this problem, Mnova reads the length of the group delay to be able to calculate the actual beginning of the FID to apply the required correction.

Former versions of Mnova applied a linear phase shift after FT calculated as the product of the group delay length by 360. The problem with this approach is that the resulting spectrum usually shows the so-called smiles at both edges of the spectral width (see figure below)

From version 6.1.0 onwards, Mnova includes a new correction algorithm (Enhanced Correction) which produces a normal and physically correct FID in such a way that the smiles/brownies will not be seen in the f-domain spectrum.

GroupDelay3

See also: http://nmr-analysis.blogspot.com/2010/05/bruker-smiles.html