Zero padding FFT
Fast Fourier Transform (FFT) is an essential too for analyzing a signal's frequency content. One common operation before applying FFT is zero-padding, appending zeros to the end of a signal to increase the total number of samples used in the transform.