You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
first of all thank you very much for your project, it sounds amazing!
I am trying to understand the code of the lcc() function in order to find a one-to-one correspondence with the LCC equations written in one of your papers. Unfortunately, there are some parameters that I cannot link back to the equations.
For clarity, here is the code of the lcc() function and the equations I am referring to.
inputgain: scales the input samples. Not directly present in the equations, but it is ok to me, since it should be compensated by endgain if I am not wrong.
decaygain: it should be the "alpha" parameter in the equations, right?
delaymod: unfortunately I cannot understand the meaning of this parameter, nor I can find the corresponding element in the equations.
delaymodinv: same as the previous parameter.
centergain: if I am not wrong, it should be the "beta" parameter in the equations.
I am not sure also on the d term of the equation (the "forward interval delay per reiteration"), where is it used in the code?
Sorry for the multiple questions... :)
The text was updated successfully, but these errors were encountered:
Hello,
first of all thank you very much for your project, it sounds amazing!
I am trying to understand the code of the
lcc()
function in order to find a one-to-one correspondence with the LCC equations written in one of your papers. Unfortunately, there are some parameters that I cannot link back to the equations.For clarity, here is the code of the
lcc()
function and the equations I am referring to.The used parameters are:
inputgain
: scales the input samples. Not directly present in the equations, but it is ok to me, since it should be compensated byendgain
if I am not wrong.decaygain
: it should be the "alpha" parameter in the equations, right?delaymod
: unfortunately I cannot understand the meaning of this parameter, nor I can find the corresponding element in the equations.delaymodinv
: same as the previous parameter.centergain
: if I am not wrong, it should be the "beta" parameter in the equations.I am not sure also on the
d
term of the equation (the "forward interval delay per reiteration"), where is it used in the code?Sorry for the multiple questions... :)
The text was updated successfully, but these errors were encountered: