FFT Bin Resolution Calculator
Enter a sample rate and FFT size to get the Hz-per-bin resolution and a full table of bin center frequencies.
FFT Parameters
Hz / bin
Useful bins
Nyquist freq
Power of two?
Enter parameters and click Calculate to see bin frequencies.
Bin Frequency Table
| Bin Index | Center Freq (Hz) | Center Freq (kHz) | Range |
|---|
No bins match your filter.
Summary
Enter a sample rate and FFT size to get the Hz-per-bin resolution and a full table of bin center frequencies.
How it works
- Enter the sample rate in Hz (e.g. 44100 for CD-quality audio).
- Enter the FFT size — must be a power of two (e.g. 512, 1024, 2048).
- The tool divides the sample rate by the FFT size to get Hz per bin.
- Bin center frequencies are listed from bin 0 (DC) up to the Nyquist bin (FFT size / 2).
- Use the search box to filter the table to a specific frequency range.
- Copy any value or export the full table as CSV.
Use cases
- Verify frequency resolution when designing audio equalizers or filters.
- Determine the minimum FFT size needed to resolve two closely spaced tones.
- Plan hop-size and window-size trade-offs in short-time Fourier transform (STFT) pipelines.
- Debug spectrum analyzers by confirming which bin a known test tone falls into.
- Teach DSP fundamentals — bin resolution is a foundational concept.
- Quickly look up the exact center frequency of a bin index when reading FFT output arrays.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu