<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Good Morning;</DIV>
<DIV> </DIV>
<DIV>Fo this portion of code in the psydecay_init( ) of CELT (psy.c) :</DIV>
<DIV> </DIV>
<DIV>decayR[i]=Q15ONE*power(0.1f,deriv) /commented: decay corresponding to -10 dB/Bark.</DIV>
<DIV> </DIV>
<DIV>
<DIV>decayL[i]=Q15ONE*power(0.0031623f,deriv) /commented: decay corresponding to -25 dB/Bark.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Why 0.1 (or 0.0031623) is being raised to the power of deriv? what is the meaning of this? why 0.1(or 0.0031623) not other number? is it related to (-10, -25 respectively) how we get it?!</DIV>
<DIV> </DIV>
<DIV>Why Q15ONE (which is either 32767 or 1.0f, as I have observed it in the code) is being multiplyied by the term also?</DIV>
<DIV> </DIV>
<DIV>Thank you for your attention,</DIV>
<DIV> </DIV>
<DIV>Osama.</DIV>
<DIV> </DIV>
<DIV> </DIV></DIV></div></body></html>