Hi,
I am implementing one audio processing system with AWE. Original system is using Hamming windowing and FFT but I plan to use WOLA analysis and -synthesis in AWE version. While using WOLA can I get rid of Hamming or any other additional windowing but just rely on WOLA with it's internal processing taking care of windowing and everything needed?
Regards, Mike
12:40pm
Hello Mike,
Both the WOLA Analysis and Synthesis modules use a Hanning Window. If you want an FFT with no windowing, you could just use the FFT module.
Thanks,
Kevin