FFT settings

The Fast Fourier Transform (FFT) settings can be selected by clicking the purple Erlenmeyer flask in the toolbar, near the top of the screen.

Button to reach the FFT settings menu

This menu controls two sets of settings, depending on whether it is click in the Measure or Analyze tab.

  • Measure tab: Real Time Spectrum Viewer
  • Analyze tab: For plotting the measurements

The button pops up the following screen:

Menu for adjusting the FFT settings

The settings are as follows:

DescriptionTypical value (Measure tab)Typical value (Analyze tab)
FFT lengthNumber of samples within the FFT window. A long window yields a higher frequency resolution, at the cost of slower updates (real time viewer) and more variance.819248000
Window typeThe raw data is windowed before applying the FFT, to decrease window edge effects (time aliasing).HannHann
OverlapOverlap between successive windows. Without overlap, samples at the edge of the window are weighted less. A higher number is more accurate, at the cost of being computationally more expensive.0%: fast90%: accurate

The resulting frequency resolution is calculated with:

In which is the sample rate and the FFT length. A sample rate of 48 kHz and an FFT lenght of 48 k result in a frequency resolution of 1 Hz.

Available windows are:

  1. Hann
  2. Hamming
  3. Bartlett
  4. Blackmann
  5. Rectangular

The difference between the Window types is subtle and is beyond the scope of this userguide. An exception is the Rectangular window, which turns the windowing function off and is unsuited for most analyses. The Hann window is a good all-round choice.

note

There is a special case for analyzing pure tones, when exactly an integer number of periods fits within the FFT window. In this case, a Window makes the results worse. The best result is obtained with the Rectangular window, in combination with a large FFT length.