# gqrx

### Overview

* multi-platform, open source SDR application
* install on linux

```
sudo apt install gqrx
```

* Shows waterfall display as well as FFT display. Easier to detect signal transmission
* Easy to record samples to disk

### FM Radio

* launch with

```
gqrx --edit
# select the correct device
```

<figure><img src="/files/5Mwrt0WNXi3VHhv74pLh" alt=""><figcaption></figcaption></figure>

* in my case im using a RTL device so i select that one
* ensure you tune to the right frequency (remember its in kHZ not MHZ)
* select WFM (stereo)
* Can see the red in the waterfall display meaning there is a strong signal present

<figure><img src="/files/MNaWJmzkcTHA2QswN491" alt=""><figcaption></figcaption></figure>

* can bookmark frequency for easy return finding in the future

### Bands around FM

* you might notice two bands around strong radio signals as seen below

<figure><img src="/files/kiVHD4sQBMQjGsRFtYd7" alt=""><figcaption></figcaption></figure>

* i believe this is to define the stations, however i am unsure. seems to make sense


---

# 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://book.ice-wzl.xyz/wifi-bluetooth-zigbee-sdr-smartcards/gqrx.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.
