Re: [PD] normalizing hann window

2012-10-12 Thread Miller Puckette
Hi all - I believe the general formula for Hann is to divide by (3/8 * overlap * window size). this assumes that the inout and output are both Hann windowed, therefore you're really dindowing by the square of the Hann window whose average over N points is 3/8. cheers Miller On Fri, Oct 12, 201

Re: [PD] normalizing hann window

2012-10-12 Thread Charles Henry
On Fri, Oct 12, 2012 at 4:59 PM, Alexandre Torres Porres wrote: > hi there, in pd's examples, we need to divide by (3/2 * window size) in a 4 > overlap on a hann window. > > what about other overlaps, what is the normalizing factor? > > and how about other windows? > > I looked for this info on bo

[PD] normalizing hann window

2012-10-12 Thread Alexandre Torres Porres
hi there, in pd's examples, we need to divide by (3/2 * window size) in a 4 overlap on a hann window. what about other overlaps, what is the normalizing factor? and how about other windows? I looked for this info on books and google and stuff, found nothing. Engineers, please help. thanks Alex