# Noise

> Site-specific ambient noise models accompanying each channel, covering colored Gaussian noise and, for the Red channel, impulsive alpha-stable noise.

---

LLMS index: [llms.txt](/llms.txt)

---

Along with each channel, you will find the noise model corresponding to it. The noise models are based on the statistics derived from the corresponding experimental recordings. The noise is modeled as colored Gaussian for all the channels except the Red channel, whose impulsive noise is modeled by an $\alpha$-stable sub-Gaussian ($\alpha$SG) random process. Each model is specified by two quantities estimated from the recordings: a characteristic exponent $\alpha$, which equals 2 in the Gaussian case, and a set of mixing coefficients $\beta_{ij}(kT_s)$. Together, the coefficients capture the power spectral density of the noise and its spatial correlation across the array elements. Synthetic noise samples $\hat{n}_i(nT_s)$ are obtained by filtering i.i.d. innovations through these coefficients, as described in the [noise file format specifications](/docs/file_specifications#noise-file-format).

The library also contains a generic noise model, which represents the Gaussian component of the ambient noise. This noise decays log-linearly with frequency (nominally 17 dB per decade) and is assumed to be uncorrelated in space. The power of the noise within a given bandwidth can be adjusted by the user.


| Codename                                             | Channel(s)                          | Noise Source(s)                        |
|-------------------------------------------------------|--------------------------------------|-----------------------------------------|
| <span style="color: #0072BD">Blue</span>              | `blue_1` ... `blue_20`              | `blue_noise`                            |
| <span style="color: #D95319">Red</span>               | `red_1` ... `red_4`                 | `red_noise`                             |
| <span style="color: #EDB120">Yellow</span>            | `yellow_1` ... `yellow_3`           | `yellow_noise_1`                        |
|                                                         | `yellow_4`                          | `yellow_noise_2`                        |
|                                                         | `yellow_5`                          | `yellow_noise_3`                        |
|                                                         | `yellow_6`                          | `yellow_noise_4`                        |
| <span style="color: #7E2F8E">Purple</span>            | `purple_1` ... `purple_5`           | `purple_noise_1` ... `purple_noise_5`   |
|                                                         | `purple_6` ... `purple_10`          | `purple_noise_1` ... `purple_noise_5`   |
|                                                         | `purple_11` ... `purple_15`         | `purple_noise_1` ... `purple_noise_5`   |
| <span style="color: #77AC30">Green</span>             | `green`                             | `green_noise`                           |
| <span style="color: #000000">Black</span>             | `black`                             | `black_noise`                           |
| <span style="color: #E377C2">Pink</span>              | `pink_1` ... `pink_3`               | `pink_noise_1` ... `pink_noise_3`       |
| <span style="color: #8C564B">Brown</span>             | `brown`                             | *(none)*                                |

<p style="font-size: 13px; margin-top: 8px;">The same five <a href="/channels/purple" style="color: #7E2F8E">Purple</a> noise files apply to each of the three arrays. No site-specific noise model is available for <a href="/channels/brown" style="color: #8C564B">Brown</a>; use the generic model described above.</p>
