Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive formula #5

Open
tucothien opened this issue Aug 7, 2019 · 1 comment
Open

Recursive formula #5

tucothien opened this issue Aug 7, 2019 · 1 comment

Comments

@tucothien
Copy link

Hi, I'm trying to understand this algorithm.
I have a question about lines 76 and 77.
Line 76: logGamma_frame=np.log(a10/a01) + gMeanLogLRT + np.log(b01+b10/( a10+a00*np.exp(-logGamma_frame) ) )
As I understand, line 76 corresponds to the recursive formula [1](11), right?
But why logGamma includes the term np.log(a10/a01)? It looks similar to the final decision.
According to [1], the final decision is a10 / a01 * Gamma
But at line 77: probRatio[i]=1/(1+np.exp(-logGamma_frame))
Why do you use this formula and where is the final decision in [1](9)?

I have seen the same thing in vadsohn.m in matlab voicebox lib.
I'm struggling with it.
Please help me clarify it.
Thank you very much.

@zuowanbushiwo
Copy link

@tucothien
Do you know now? I'm also struggling with it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants