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.
Fraction of total spectral power above the midpoint frequency. Logistic period-2 (1.0) and period-3 (1.0) concentrate all energy at high frequencies. PID Controller and constants score 0.0 (all energy at DC or low frequencies). This is a simpler, more robust version of peak_frequency that measures the balance between slow and fast dynamics.
Mean coherence of phase across frequency bins. Constants (1.0) and logistic period-2 (1.0) have perfectly coherent phases. Gaussian Noise (0.0005) has no phase structure. High phase coherence means the signal's frequency components maintain a fixed relationship — the hallmark of deterministic or periodic processes. Low coherence means the phases are random, as in noise.
Standard deviation of the spectral centroid, measuring how spread out the power is around its center of mass. Stern-Brocot Walk (0.21) has the widest bandwidth — its power spreads across all frequencies. Constants and logistic period-2 score 0.0 (all power at a single frequency). This complements spectral_entropy: a signal can have moderate entropy (several peaks) but low bandwidth (peaks clustered near one frequency).
| 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 |
| fBm (Persistent) | noise | 0.0000 |
| Lotka-Volterra | bio | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| Noisy Period-2 | chaos | 0.5000 |
| Collatz Flights | number_theory | 0.5000 |
| Stern-Brocot Walk | number_theory | 0.5000 |
| ··· | ||
| fBm (Antipersistent) | noise | 0.0001 |
| Brownian Walk | noise | 0.0001 |
| Constant 0xFF | noise | 0.0001 |
| Source | Domain | Value |
|---|---|---|
| Constant 0x00 | noise | 1.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.9998 |
| Logistic r=3.5 (Period-4) | chaos | 0.9991 |
| ··· | ||
| Noisy Sine (SNR 3 dB) | waveform | 0.0005 |
| Gaussian Noise | noise | 0.0005 |
| Benford's Law | number_theory | 0.0005 |
| Source | Domain | Value |
|---|---|---|
| Stern-Brocot Walk | number_theory | 0.2092 |
| Collatz Flights | number_theory | 0.1720 |
| Continued Fractions | number_theory | 0.1672 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| fBm (Persistent) | noise | 0.0016 |
| Source | Domain | Value |
|---|---|---|
| Categorical Sensor | exotic | 0.9537 |
| RANDU | binary | 0.9534 |
| Dice Rolls | exotic | 0.9534 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| Logistic r=3.5 (Period-4) | chaos | 0.0209 |
| Source | Domain | Value |
|---|---|---|
| Rule 30 | exotic | 0.5680 |
| Categorical Sensor | exotic | 0.5656 |
| Dice Rolls | exotic | 0.5640 |
| ··· | ||
| Constant 0xFF | noise | 0.0000 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| Logistic Edge-of-Chaos | 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 |
| Logistic r=3.2 (Period-2) | chaos | 0.0000 |
| Logistic r=3.5 (Period-4) | chaos | 0.0000 |
| Source | Domain | Value |
|---|---|---|
| Thue-Morse | exotic | 1.7999 |
| Fibonacci Word | exotic | 1.6507 |
| 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.