Skip to content

Commit

Permalink
fix reflection coefficient description
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Stahl committed Feb 19, 2020
1 parent 8ad08bf commit fad6399
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 fad6399

Please sign in to comment.