# Technical Document Extraction: Spectrogram Analysis
## 1. Image Classification and Overview
This image is a **spectrogram**, a visual representation of the spectrum of frequencies of a signal as it varies with time. It uses a heat-map color scale where dark blue represents low intensity/power and red/dark-red represents high intensity/power.
## 2. Component Isolation
### A. Axis Labels and Markers
* **Y-Axis (Vertical):**
* **Label:** `Frequency (Hz)`
* **Markers:** `0`, `10`, `20`, `30`
* **Scale:** Linear, ranging from 0 to approximately 32 Hz.
* **X-Axis (Horizontal):**
* **Label:** `Time (s)`
* **Markers:** `0`, `20`, `40`, `60`, `80`, `100`, `120`
* **Scale:** Linear, ranging from 0 to approximately 130 seconds.
### B. Color Legend (Implicit)
* **Dark Blue:** Background/Baseline (Zero or near-zero intensity).
* **Light Blue/Cyan:** Low-to-mid intensity.
* **Green/Yellow:** Mid-to-high intensity.
* **Red/Dark Red:** Peak intensity (Maximum power).
---
## 3. Data Extraction and Trend Analysis
The spectrogram displays four distinct events or "bursts" of signal activity against a silent background.
| Event | Time Interval (approx.) | Frequency Range (approx.) | Intensity Description | Trend/Shape |
| :--- | :--- | :--- | :--- | :--- |
| **Event 1** | 0s – 18s | 0 – 6 Hz | Moderate (Green/Yellow) | A low-frequency "blob" peaking around 12s. |
| **Event 2** | 34s – 38s | 0 – 30+ Hz | Low (Light Blue) | A narrow vertical "spike" or broadband impulse. |
| **Event 3** | 45s – 85s | 0 – 6 Hz | **High (Red/Dark Red)** | A sustained, high-intensity horizontal band. Peak power is between 55s and 80s. |
| **Event 4** | 114s – 118s | 0 – 15 Hz | Low (Light Blue) | A narrow vertical spike, shorter in frequency than Event 2. |
### Key Observations:
1. **Dominant Signal:** The most significant data point is the sustained activity between **45s and 85s**. It is concentrated in the very low frequency range (**< 5 Hz**). The dark red core indicates this is the primary signal of interest.
2. **Broadband Impulse:** At approximately **35s**, there is a momentary burst that spans the entire visible frequency range (up to 30 Hz), suggesting a sharp click or transient noise.
3. **Frequency Ceiling:** Most of the signal energy in this data set resides below **10 Hz**, with the exception of the transient spikes.
---
## 4. Spatial Grounding and Logic Check
* **Logic Check:** The horizontal orientation of the red band (Event 3) confirms a continuous signal at a steady low frequency over a 40-second duration.
* **Spatial Placement:**
* The Y-axis label is located at the far left.
* The X-axis label is located at the bottom center.
* The highest intensity data (Dark Red) is centered at coordinates approximately `[Time=65s, Freq=2Hz]`.
## 5. Language Declaration
The text in this image is entirely in **English**. No other languages are present.