Skip to content

Commit

Permalink
fix reflection coefficient description
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDiazGuerra authored Feb 20, 2020
1 parent fb7c870 commit 2456725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Room Impulse Responses (RIRs) simulation using the Image Source Method (ISM). Fo
* **room_sz** : *array_like with 3 elements.*
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.
Reflection coefficients of the walls as $[beta_{x0}, beta_{x1}, beta_{y0}, beta_{y1}, beta_{z0}, beta_{z1}]$, 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 Expand Up @@ -137,7 +137,7 @@ Estimation of the reflection coefficients needed to have the desired reverberati
#### Returns

*ndarray 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.
Reflection coefficients of the walls as $[beta_{x0}, beta_{x1}, beta_{y0}, beta_{y1}, beta_{z0}, beta_{z1}]$, 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.

### `att2t_SabineEstimator`

Expand Down

0 comments on commit 2456725

Please sign in to comment.