- What does the amplitude of a FFT represent?
- How does sample rate affect FFT?
- How do I choose my FFT size?
- How many samples needed for FFT?
What does the amplitude of a FFT represent?
The frequency axis is identical to that of the two-sided power spectrum. The amplitude of the FFT is related to the number of points in the time-domain signal.
How does sample rate affect FFT?
The amplitude of the DFT (FFT) is proportional to the number of samples. Therefore, if you sample for twice as long at the same sampling frequency, or if you sample for the same duraiton but twice as fast, you will have twice as many data points, and the DFT amplitude will be twice as large. See examples below.
How do I choose my FFT size?
The frequency resolution is equal to the sampling frequency divided by FFT size. For example, an FFT of size 256 of a signal sampled at 8000Hz will have a frequency resolution of 31.25Hz. If the signal is a sine wave of 110 Hz, the ideal FFT would show a sharp peak at 110Hz.
How many samples needed for FFT?
The number of samples (N) in the FFT must be an integer power of 2. Therefore, N = 2p, where p is a positive integer. This rule minimizes the number of multiplications—and therefore the computation time—needed to compute the coefficients of the Fourier series.