Quick answer

A larger FFT gives narrower frequency bins, but on a changing sound it also covers more time—so the strongest bin can move instead of simply converging on one perfect frequency.

01

The question behind the test

FFT-size explanations often use a stationary sine wave. That is useful for teaching the formula, but it hides the trade-off you meet in real recordings: the sound may change during the analysis window. I used the same whistle field recording from the clipping experiment and inspected a moment centred at 5.55 seconds.

The file is mono AAC/M4A at 44.1 kHz, decoded once to PCM without gain, denoising, normalization, or filtering. The whistle audibly changes pitch, so this test is about measurement behaviour on real material—not about declaring one bin to be the performer's exact pitch.

Whistle source used for every FFTListen around 5.55 seconds and notice that the pitch is moving rather than perfectly stationary.
Download original M4ADownload decoded WAV
02

Four FFT sizes at the same timestamp

At 44.1 kHz, the nominal bin spacing narrows from 43.07 Hz with a 1024-point FFT to 5.38 Hz with 8192 points. The peak also moves from 1421.19 Hz to 1464.26 Hz. That movement is not a software contradiction: each larger FFT includes a longer slice of a whistle whose frequency is changing through time.

The 4096-point view is a useful working compromise here. Its 10.77 Hz bins separate the peak well without stretching the time window as far as the 8192-point view. For a steadier low-frequency hum, the balance might be different.

Four spectra of the same whistle moment using FFT sizes from 1024 to 8192
All panels are centred at 5.55 seconds. Larger transforms narrow the bins but also describe a longer section of the moving whistle.
Strongest-bin result at 5.55 seconds
FFT sizeBin spacingStrongest binBin level
102443.0664 Hz1421.19 Hz−30.83 dBFS
204821.5332 Hz1442.72 Hz−28.09 dBFS
409610.7666 Hz1453.49 Hz−25.16 dBFS
81925.3833 Hz1464.26 Hz−25.75 dBFS
Download FFT result CSV
03

Why frequency resolution is not the whole story

The formula sample rate divided by FFT size describes bin spacing. It does not promise that the strongest bin is the one true frequency of a non-stationary source. Window shape, spectral leakage, interpolation, background noise, and pitch movement all influence what appears on screen.

A larger FFT is excellent when you need to separate nearby stable tones or inspect low-frequency detail. A smaller FFT responds faster to changes. On speech, musical attacks, bird calls, whistles, and machine run-up sounds, time localisation can matter as much as narrow bins.

04

How to reproduce it

Use the decoded WAV for the closest numerical match. Keep the channel, window, timestamp, and frequency scale unchanged while changing only FFT size.

  1. 01

    Load the decoded whistle WAV

    Use the decoded PCM file for the closest numerical match and wait until it is ready to play.

    Audio upload area for loading the decoded whistle WAV
  2. 02

    Seek to the same moment

    Move playback to 5.55 seconds and keep that timestamp unchanged for every transform size.

    Playback controls and timeline used to seek to the same audio timestamp
  3. 03

    Change only FFT size

    Keep the mono channel, scale, and frequency range fixed while testing 1024, 2048, 4096, and 8192 points.

    Analysis settings panel with FFT size, channel, range, and scale controls
  4. 04

    Record the strongest bin

    For each FFT size, write down the Peak frequency value before moving to the next setting.

    Analyzer measurement strip showing Peak frequency and Peak level
  5. 05

    Compare the surrounding shape

    Inspect the width of the main peak and nearby energy, not only the single strongest-bin number.

    Spectrum graph showing a main frequency peak and surrounding harmonic structure
05

Limits and practical choice

This is a single phone recording and a single timestamp, not a benchmark of every FFT implementation. The original AAC encode and the analysis window affect the displayed spectrum, and a strongest-bin reading is not the same as a pitch-tracking estimate.

Choose FFT size for the question. Start with 2048 or 4096 for general inspection, reduce it when rapid timing matters, and increase it when closely spaced stable frequencies or low-frequency structure require narrower bins. Then confirm the result in the spectrogram instead of trusting one number alone.

FAQ

Common questions

Does a larger FFT always give a more accurate frequency?

No. It narrows nominal bin spacing but analyzes a longer time window. On a changing signal, that longer window can blend different instantaneous frequencies.

Why did the strongest frequency move in this test?

The whistle pitch changes around 5.55 seconds. Each FFT size covers a different duration, so the weighted energy inside each window is different.

Which FFT size should I use first?

For general audio inspection, 2048 or 4096 is a practical start. Change it according to whether you need faster time response or narrower frequency bins.

Ready to inspect your own audio?

See the frequencies for yourself.

Upload a file, use the microphone, freeze any moment, and export the result.

Analyze audio