Skip to content

Commit

Permalink
Merge pull request #11 from BenjSta/fix_documentation
Browse files Browse the repository at this point in the history
fix reflection coefficient description
  • Loading branch information
DavidDiazGuerra authored Feb 20, 2020
2 parents 8ad08bf + fad6399 commit fb7c870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpuRIR/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def simulateRIR(room_sz, beta, pos_src, pos_rcv, nb_img, Tmax, fs, Tdiff=None, m
Size of the room (in meters).
beta : array_like with 6 elements
Reflection coefficients of the walls as $[beta_{x0}, beta_{x1}, beta_{y0}, beta_{y1}, beta_{z0}, beta_{z1}]$,
where $beta_{x0}$ is the coeffcient of the wall parallel to the x axis closest
to the origin of coordinates system and $beta_{x1}$ the farthest.
where $beta_{x0}$ and $beta_{x1}$ are the reflection coefficents of the walls orthogonal to the x axis at
x=0 and x=room_sz[0], respectively.
pos_src, pos_rcv : ndarray with 2 dimensions and 3 columns
Position of the sources and the receivers (in meters).
nb_img : array_like with 3 integer elements
Expand Down

0 comments on commit fb7c870

Please sign in to comment.