ltfat / libltfat

Backend library for LTFAT
http://ltfat.github.io/libltfat
GNU General Public License v3.0
12 stars 2 forks source link

Introduce the "wrong" phase convention for DGT (STFT) #20

Open susnak opened 6 years ago

susnak commented 6 years ago

It is quite common to come accross STFT obtained as a FFT of the windowed part without the circshift peak alignment which is othervise done for the 'timeinv' convention. The effect of the missing circshift is that there is a coefficient modulation. If the missing circshift is exactly half of the FFT length, the modulation is by pi which is just a series of sign changes 1,-1,1,-1,1,...

Introduce the LTFAT_POPULAR phase convention in order to be compatible with the existing libraries.