tripulse / vsp

Simple and lightweight audio visualiser.
GNU General Public License v3.0
5 stars 0 forks source link

Compute the complex absolute of the DFT #2

Closed tripulse closed 3 years ago

tripulse commented 3 years ago

Because the output of the DFT is complex and it has to be converted to the magnitudes, the complex absolute has to be computed to each of the samples for accurate results instead of just taking the real part of the complex numbers.