# Baby's First Modulation

## Problem

Our listening station caught this RF recording of a guy reading off the flag. It's FM modulated.

rf1.iq: <https://drive.google.com/file/d/1TSOt9YrljsE8ETSlXRsGLy3Qo8M3g3jQ/view?usp=sharing>

This IQ file was saved in standard GNURadio format (complex, 32bit float I, 32bit float Q)

Author: nb

## Solution

Open the `.iq` file in GNURadio and apply the demodulation.

![](/files/-M_EP-RoI6NM3rZauZ7Z)


---

# 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://ctf.zeyu2001.com/2021/dawgctf-2021/babys-first-modulation.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.
