Dear all: 

I'm working on a MP3-encoder and I have some question about PQMF 
encoding. I don't understand the meaning of global variable 
"enwindow[]" in 3.91 version. It seems to be the coefficients C_i of the 
analysis windows multiply constant_1 and divide constant_2. But I don't 
understand the meaning of constant_1 and constant_2 


the enwindow[] is defined as followed. 
-4.77e-07,1.03951e-04, 9.53674e-04, 2.841473e-03, 3.5758972e-02 is 
coefficients C_i of analysis windows (spec p69 Table c.1) 
but I don't understand the meaning of 0.740951125354959 and 2.384e-06 

static const FLOAT8 enwindow[] = 
{ 
      -4.77e-07*0.740951125354959/2.384e-06,   
      1.03951e-04*0.740951125354959/2.384e-06,   
      9.53674e-04*0.740951125354959/2.384e-06, 
      2.841473e-03*0.740951125354959/2.384e-06, 
      3.5758972e-02*0.740951125354959/2.384e-06,   
          ........... 

} 



Thanks in advance. 


ytchang 

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to