Displaying 1 result from an estimated 1 matches for "decayl".
Did you mean:
decay
2011 Apr 23
1
Inside the psydecay_init function
Good Morning;
Fo this portion of code in the psydecay_init( ) of CELT (psy.c)?:
decayR[i]=Q15ONE*power(0.1f,deriv)?? /commented: decay corresponding to -10
dB/Bark.
decayL[i]=Q15ONE*power(0.0031623f,deriv)?? /commented: decay corresponding to
-25 dB/Bark.
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?!
Why Q15ONE (which...