Hacker News new | ask | show | jobs
by mrcactu5 2502 days ago
how does this compare to Fast Fourier transform ?

https://en.wikipedia.org/wiki/Fast_Fourier_transform

Or the Discrete Cosine Transform ?

https://en.wikipedia.org/wiki/Discrete_cosine_transform

Or the Gabor Transform ?

https://en.wikipedia.org/wiki/Gabor_transform

2 comments

A wavelet naturally gives a spectrogram. The Fourier transform taken on a signal will give you only frequency content, but no idea in time where this frequency occurred. A wavelet naturally gives both time and frequency information. Of course, if you take the Fourier transform at discrete time intervals in blocks, you can also construct a spectrogram.
In what sense?