FFT Frequency Resolution Calculator
Enter a sample rate and FFT size to compute Δf, time resolution, bin count, Nyquist frequency, and a bin-frequency table.
Parameters
Hz
Formulas
Δf = fs / N
T = N / fs
Bins = N/2 + 1
Nyquist = fs / 2
Results
Frequency Resolution (Δf)
fs / N
—
Hz
Time Resolution (T)
N / fs
—
s
Frequency Bins
N/2 + 1
—
bins
Nyquist Frequency
fs / 2
—
Hz
Bin Spacing
center freq of bin k = k × Δf
—
Hz / bin
Bin Center Frequencies
Center frequency of bin k = k × Δf. Bin 0 is DC (0 Hz); bin N/2 is the Nyquist limit.
| Bin (k) | Center Frequency | Note |
|---|---|---|
| Click Calculate to populate the table. | ||
Showing bins 0–10 plus the Nyquist bin (N/2).
Summary
Enter a sample rate and FFT size to compute Δf, time resolution, bin count, Nyquist frequency, and a bin-frequency table.
How it works
- Enter the sample rate (fs) in Hz — for example 44100 for CD-quality audio.
- Select the FFT size (N) from the dropdown of standard powers of 2 (64 through 16384).
- Click Calculate. The tool applies Δf = fs / N and derives all secondary values from that ratio.
- The bin table lists the center frequency of each bin: bin k has center frequency k × Δf.
- Adjust N to see how doubling the FFT size halves Δf and doubles the time window.
Use cases
- Choose an FFT size for a spectrum analyzer to achieve a target frequency resolution.
- Calculate the time window length required to resolve two close spectral peaks.
- Determine how many usable frequency bins a given FFT produces before the Nyquist limit.
- Verify that the lowest frequency of interest falls within a single FFT bin at a chosen N.
- Compare trade-offs between time and frequency resolution when designing a filterbank.
- Set up STFT parameters in audio or vibration analysis pipelines.
Frequently Asked Questions
Last updated: 2026-07-22 ·
Reviewed by Nham Vu