MATLAB - MATLAB Technical Computing Practice Test
MATLAB Signal Processing 3
What does the MATLAB `fftshift(X)` function do to the output of `fft`?
Select your answer
A
Shifts the zero-frequency component to the center of the spectrum
B
Applies a circular shift of one sample to the time-domain signal
C
Scales the FFT output by the number of samples N
D
Removes negative frequency components from the spectrum
Hint