aesim-tech / simba-project

Roadmap & issue tracking
7 stars 0 forks source link

Clarification of FFT/DFT Terminology in Documentation and UI #350

Closed manu-aesim closed 10 months ago

manu-aesim commented 10 months ago

Currently, both the documentation and the User Interface (UI) of SIMBA mention that an FFT (Fast Fourier Transform) is performed. However, in practice, the software computes the DFT (Discrete Fourier Transform) using the Goertzel algorithm for specific frequency bins.

To maintain accuracy and reduce confusion, all instances of "FFT" in both the documentation and the UI have been replaced with "DFT" .

image