search for: psydecay_init

Displaying 1 result from an estimated 1 matches for "psydecay_init".

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...