spectrochempy.zf

zf(dataset, size=None, mid=False, **kwargs)[source]

Zero fill to given size.

Parameters
  • dataset (ndarray) – Array of NMR data.

  • size (int) – Size of data after zero filling.

  • mid (bool) – True to zero fill in the middle of data.

Returns

ndata (ndarray) – Zero filled array of NMR data.