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 :

data : ndarray

Array of NMR data.

n : int

Number of times to double the size of the data.

mid : bool

True to zero fill in the middle of data.

Returns :

ndata : ndarray

Zero filled array of NMR data.

Previous topic

nmrglue.process.proc_base.zf

Next topic

nmrglue.process.proc_base.zf_size

This Page