Shifting
The fftshift()
function of the numpy.linalg
module shifts zero-frequency components to the center of a spectrum. The zero-frequency component corresponds to the mean of the signal. The ifftshift()
function reverses this operation.
The fftshift()
function of the numpy.linalg
module shifts zero-frequency components to the center of a spectrum. The zero-frequency component corresponds to the mean of the signal. The ifftshift()
function reverses this operation.