Where the energy lives in frequency space.
Computes the power spectral density via FFT and characterizes its shape. Not just "what's the dominant frequency" but "is the spectrum flat (noise), peaked (periodic), or power-law (fractal)?"
The exponent in P(f) ~ f^beta. Brown noise = -2, pink noise = -1, white noise = 0. Positive slopes (blue spectra) are rare in nature — Thue-Morse (+1.75) and Fibonacci word (+1.63) are the bluest signals in the atlas, their substitution structure concentrating energy at high frequencies. Kilauea tremor (-3.33) and Lotka-Volterra (-3.14) are the reddest: slow dynamics dominate.
How well does a single power law fit the spectrum? Anti-persistent fBm scores 0.99 (textbook power law). Logistic period-2 scores 0.0 (all energy at one frequency, not a power law at all). This distinguishes genuine 1/f processes from signals that happen to have similar average slope.
Shannon entropy of the normalized spectrum. RANDU and dice rolls score 0.95 (nearly flat — energy spread uniformly). Logistic period-2 scores 0.0 (all energy at one frequency). Higher entropy = more frequencies contributing = broader bandwidth signal.
Wiener entropy: ratio of geometric to arithmetic mean of the spectrum. 1.0 = perfectly flat (white noise). 0.0 = all power at one frequency (pure tone). Rule 30 scores 0.57 — its pseudorandom output is flatter than most chaos but not as flat as true randomness.
Where is the maximum power? Stern-Brocot walk peaks at the Nyquist frequency (0.5). Most natural signals peak near DC (0.0). Values near 0.5 indicate the signal's dominant variation is at the shortest timescale — rapid alternation or anti-persistence.
| Source | Domain | Value |
|---|---|---|
| Logistic r=3.2 (Period-2) | chaos | 1.0000 |
| Logistic r=3.83 (Period-3 Window) | chaos | 0.9999 |
| Logistic r=3.5 (Period-4) | chaos | 0.9533 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| fBm (Persistent) | noise | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| Stern-Brocot Walk | number_theory | 0.5000 |
| Noisy Period-2 | chaos | 0.5000 |
| Collatz Flights | number_theory | 0.5000 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| fBm (Antipersistent) | noise | 0.0001 |
| Source | Domain | Value |
|---|---|---|
| Stern-Brocot Walk | number_theory | 0.2092 |
| Collatz Flights | number_theory | 0.1720 |
| Continued Fractions | number_theory | 0.1670 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| RANDU | binary | 0.9534 |
| Dice Rolls | exotic | 0.9534 |
| Rule 30 | exotic | 0.9533 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| Rule 30 | exotic | 0.5680 |
| Dice Rolls | exotic | 0.5640 |
| RANDU | binary | 0.5640 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| fBm (Antipersistent) | noise | 0.9935 |
| Perlin Noise | noise | 0.9376 |
| Sine Wave | waveform | 0.8560 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Constant 0x00 | noise | 0.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| Thue-Morse | exotic | 1.7524 |
| Fibonacci Word | exotic | 1.6274 |
| Fibonacci Quasicrystal | number_theory | 1.6050 |
| ··· | ||
| Mackey-Glass | medical | -3.3298 |
| Lotka-Volterra | bio | -3.1402 |
| Kilauea Tremor | geophysics | -3.0504 |
Spectral slope is the strongest separator between the ordinal view's C1 (red-spectrum oscillators, slope -1.9) and C4 (blue-spectrum chaos, slope +0.3). In the seismic P-wave investigation, spectral metrics were among the top discriminators: earthquake P-waves flatten the ambient spectrum by injecting broadband impulsive energy.