# How do I apply those beams in real world applications?

{% hint style="info" %}
Case studies coming soon!
{% endhint %}

## Zone segmentation for stereo array deployments

HOLOPLOT’s Optimized Coverage Beams allow each Array to cover the entire audience area, ensuring that both arrays are audible across the entire space width. This approach significantly improves upon conventional audio solutions by expanding the stereo “sweet spot.” However, a potential issue arises in the time domain when trying to cover the entire width of an audience area. The precedence effect dictates that if the arrival times of sounds from two audio sources differ by less than 50 ms, they are perceived as a single auditory event. If the difference exceeds 50 ms, they are perceived as separate events.

A difference greater than 50 ms results in a clearly audible echo. To mitigate this, it is advisable to segment the audience area. This approach ensures that each array does not cover the entire width of the audience area, thereby minimizing the time difference and preventing the perception of echoes.

To determine if there is a requirement for the audience area/s to be segmented, the arrival times at the point where the distance between the two arrays is greatest need to be calculated; we will call this the reference point. This will almost always be one of the front corners of the area/s. This can be calculated using the equation:

<figure><img src="https://1870956965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEWZvA6Ecdn48SRkbJ1C8%2Fuploads%2FFocS1RytSiLAbla5dQrm%2FZone%20segmentation%20equation%201.jpg?alt=media&#x26;token=2f355fb4-38dd-4266-b5fd-8af78386a11f" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="123"></th><th></th></tr></thead><tbody><tr><td>dL    </td><td>Distance from the acoustic centre of the left array to the reference point</td></tr><tr><td>dR</td><td>Distance from the acoustic centre of the right array to the reference point</td></tr><tr><td>c  </td><td>The speed of sound (344 m/s)</td></tr><tr><td>tL  </td><td>Arrival time at the reference point for the left array</td></tr><tr><td>tR</td><td>Arrival time at the reference point for the right array</td></tr><tr><td>tΔ</td><td>Difference in left and right array arrival times</td></tr></tbody></table>

We will now work through an example of a stereo setup to determine whether we need to consider using zone segmentation within HOLOPLOT Plan.

* Using the draw polygon tool, we can measure the distance from the acoustic center of the left array to the front right corner of the audience area. This is `25.3m`.

<figure><img src="https://1870956965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEWZvA6Ecdn48SRkbJ1C8%2Fuploads%2Fou5PWQX6lpmrCNZeMVxv%2FZone%20segmentation%201.jpg?alt=media&#x26;token=04ffb366-7179-406e-a214-e0c3f4e9aa0d" alt=""><figcaption></figcaption></figure>

* We will then measure the distance from the acoustic center of the right array to the same reference point, which is `9.42m`.

<figure><img src="https://1870956965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEWZvA6Ecdn48SRkbJ1C8%2Fuploads%2FEWrAB5KWE8KZT4BI8ga4%2FZone%20segmentation%202.jpg?alt=media&#x26;token=1f39ed38-9268-4763-ab7f-937383d7cb71" alt=""><figcaption></figcaption></figure>

* Using the equation above, we obtain *tΔ=(25.3/344)-(9.42/344)*, which gives us an arrival time difference of 46.17 m/s. Therefore, we can cover the whole width of the audience area with both arrays and there is no need for segmentation.

When the arrival time difference is greater than 50 m/s there are two main options for how an audience area can be segmented. These are known as.

<figure><img src="https://1870956965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEWZvA6Ecdn48SRkbJ1C8%2Fuploads%2FJDHFIqtZVNGlLOfP7u0f%2FZone%20segmentation%203.jpg?alt=media&#x26;token=20e9e7bc-40e0-4a5b-8c19-f62ecd1b3804" alt=""><figcaption><p>Split Coverage</p></figcaption></figure>

<figure><img src="https://1870956965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEWZvA6Ecdn48SRkbJ1C8%2Fuploads%2Fieykpe7Bj1PpUIuVpp5t%2FZone%20segmentation%204.jpg?alt=media&#x26;token=48e8349f-28af-46e1-8412-c54f6a830c93" alt=""><figcaption><p>Half Coverage</p></figcaption></figure>

The best method depends on the system's purpose. Split coverage segmentation is best for stereo and music, as the stereo image is maintained across most of the audience area. Only the areas where arrival timing could be an issue are not included. Half coverage is best for speech applications or mono content delivery, where there is no requirement to maintain a stereo image.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.holoplot.com/user-guides/holoplot-system-design/beam-design-best-practices/how-do-i-apply-those-beams-in-real-world-applications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
