nmrglue.process.proc_base.zf_double

nmrglue.process.proc_base.zf_double(data, n, mid=False)[source]

Zero fill by doubling original data size once or multiple times.

Parameters
datandarray

Array of NMR data.

nint

Number of times to double the size of the data.

midbool

True to zero fill in the middle of data.

Returns
ndatandarray

Zero filled array of NMR data.