Warning

You are reading the documentation related to the development version. Go here if you are looking for the documentation of the stable release.

spectrochempy.ht

ht(dataset, N=None)[source]

Hilbert transform.

Reconstruct imaginary data via hilbert transform. Copied from NMRGlue (BSD3 licence).

Parameters
  • data (ndarrat) – Array of NMR data.

  • N (int or None) – Number of Fourier components.

Returns

ndata (ndarray) – NMR data which has been Hilvert transformed.