Re: [music-dsp] WOLA and the phase vocoder

2012-04-23 Thread Domagoj Šarić
Thanks to everyone for the tips ;) -- "What Huxley teaches is that in the age of advanced technology, spiritual devastation is more likely to come from an enemy with a smiling face than from one whose countenance exudes suspicion and hate." Neil Postman -- dupswapdrop -- the music-dsp mailing lis

Re: [music-dsp] WOLA and the phase vocoder

2012-04-20 Thread Wen Xue
ject: Re: [music-dsp] WOLA and the phase vocoder Have you tried a sine window for both analysis and syntheses yet? It's used in MPEG according to here:- https://ccrma.stanford.edu/~jos/sasp/MLT_Sine_Window.html <https://ccrma.stanford.edu/%7Ejos/sasp/MLT_Sine_Window.html> Although I

Re: [music-dsp] WOLA and the phase vocoder

2012-04-20 Thread Dave Hoskins
Have you tried a sine window for both analysis and syntheses yet? It's used in MPEG according to here:- https://ccrma.stanford.edu/~jos/sasp/MLT_Sine_Window.html Although I think it's supposed to be 'M-1' instead of M, I'm not sure

Re: [music-dsp] WOLA and the phase vocoder

2012-04-20 Thread robert bristow-johnson
i wish i could program my Thunderbird client to *not* copy HTML formatting (like this font change) from the quoted post in replying. and i wish that music-dsp's Majordomo or whoever would not copy it either. that said... everythingXue says is congruent to my experience (which is no longer ve

Re: [music-dsp] WOLA and the phase vocoder

2012-04-20 Thread Wen Xue
Pre- and post- windows do not have to be identical. Post-windowing is more about eliminating discontinuities at the ends of a frame. It has nothing to do with DFT so one doesn't care about the spectral qualities. I use Hamming forpre-windowing and {Hann divided by Hamming} for post-windowing

Re: [music-dsp] WOLA and the phase vocoder

2012-04-20 Thread Gregory Maxwell
On Fri, Apr 20, 2012 at 9:23 AM, Domagoj Šarić wrote: > As any tutorial/paper/book will teach you, one should apply the window > of choice both before an FFT and after an IFFT (in order to > smooth/taper to signal that might have gone wild due to frequency > domain modifications). The problem is o

[music-dsp] WOLA and the phase vocoder

2012-04-20 Thread Domagoj Šarić
As any tutorial/paper/book will teach you, one should apply the window of choice both before an FFT and after an IFFT (in order to smooth/taper to signal that might have gone wild due to frequency domain modifications). The problem is of course that this amounts to applying a squared window instead