# Unmodulated carrier transmitted after stopping GR/PF model

**URL:** https://discourse.myriadrf.org/t/unmodulated-carrier-transmitted-after-stopping-gr-pf-model/4099
**Category:** LimeSDR
**Created:** [30 January 2019 22:08 UTC](https://discourse.myriadrf.org/t/unmodulated-carrier-transmitted-after-stopping-gr-pf-model/4099 "2019-01-30T22:08:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![TehWan](https://avatars.discourse-cdn.com/v4/letter/t/46a35a/32.png) [@TehWan](https://discourse.myriadrf.org/u/TehWan)
#### Post date: [30 January 2019 22:08 UTC](https://discourse.myriadrf.org/t/unmodulated-carrier-transmitted-after-stopping-gr-pf-model/4099/1 "2019-01-30T22:08:21Z")

</div>

I tried several different GNU Radio and Pothos Flow models. Whenever I stop the model, my LimeSDR-USB begins transmitting an unmodulated carrier on its last center frequency with the previously used TX gain.

Here’s a screenshot using my RTL-SDR as a monitor.

 ![image](https://canada1.discourse-cdn.com/flex034/uploads/myriadrf/original/2X/3/3183e54f7a0572499040e0d9bc0f9ef5e3d15e15.png)

I have not figured out a way to make it stop transmitting other than unplugging it (obviously), setting the TX gain to the minimum (so it’s drowned out by noise, but technically still transmitting), or powering down the TX modules (which is unwanted as I’d have to power it back on to run my model).

Thanks.

---

<div class="post-metadata">

### Author: ![andrewback](https://avatars.discourse-cdn.com/v4/letter/a/22d042/32.png) [@andrewback](https://discourse.myriadrf.org/u/andrewback)
#### Post date: [31 January 2019 06:10 UTC](https://discourse.myriadrf.org/t/unmodulated-carrier-transmitted-after-stopping-gr-pf-model/4099/2 "2019-01-31T06:10:12Z")

</div>

Are you using the gr-limesdr blocks?

@IgnasJ, could this be related to a recent commit I saw that destroys the stream upon closing a flowgraph?

---

<div class="post-metadata">

### Author: ![ccsh](https://avatars.discourse-cdn.com/v4/letter/c/3be4f8/32.png) [@ccsh](https://discourse.myriadrf.org/u/ccsh)
#### Post date: [31 January 2019 08:25 UTC](https://discourse.myriadrf.org/t/unmodulated-carrier-transmitted-after-stopping-gr-pf-model/4099/3 "2019-01-31T08:25:07Z")

</div>

I don’t think this is something recent, have seen that since the beginning (but I was working mostly with SoapySDR + UHD).

---

<div class="post-metadata">

### Author: ![gasparka](https://avatars.discourse-cdn.com/v4/letter/g/a3d4f5/32.png) [@gasparka](https://discourse.myriadrf.org/u/gasparka)
#### Post date: [31 January 2019 09:39 UTC](https://discourse.myriadrf.org/t/unmodulated-carrier-transmitted-after-stopping-gr-pf-model/4099/4 "2019-01-31T09:39:29Z")

</div>

+1, this was/is even present on BladeRF (LMS6 chip).

Two ideas:

1. DAC gets stuck at outputting the last value.
2. Analog DC correction is not turned off properly i.e. it keeps adding constant voltage to output.

---

<div class="post-metadata">

### Author: ![TehWan](https://avatars.discourse-cdn.com/v4/letter/t/46a35a/32.png) [@TehWan](https://discourse.myriadrf.org/u/TehWan)
#### Post date: [31 January 2019 19:08 UTC](https://discourse.myriadrf.org/t/unmodulated-carrier-transmitted-after-stopping-gr-pf-model/4099/5 "2019-01-31T19:08:12Z")

</div>

Yes, I am using gr-limesdr blocks.
