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

question about tract.js #9

Open
snake0327 opened this issue Jul 11, 2022 · 0 comments
Open

question about tract.js #9

snake0327 opened this issue Jul 11, 2022 · 0 comments

Comments

@snake0327
Copy link

        var r = this.reflection[i] * (1-lambda) + this.newReflection[i]*lambda;
        var w = r * (this.R[i-1] + this.L[i]);
        this.junctionOutputR[i] = this.R[i-1] - w;
        this.junctionOutputL[i] = this.L[i] + w;

from 2.5.2 Physical Modelling of the Vocal Tract with the 2D Digital Waveguide Mesh by Jack Mullen,
I get a different function:
w= r * (this.R[i-1] - this.L[i]);
this.junctionOutputR[i] = this.R[i-1] + w;
how I got function as follows:
image
junctionOutputR[i] is the combine of transparent of R[i-1](wave come from A[i-1] to A[i]) and the reflection of L[i](reflection of wave L[i] from A[i] to A[i-1] ),as follows
image

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

1 participant