From 564f1c2b38f5d3b0b274d21abf8a458c01aef391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= Date: Sun, 17 Mar 2024 00:17:34 +0100 Subject: [PATCH] Fix GRC FM demod plot rate --- grc/PicoSDR-WBFM.grc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grc/PicoSDR-WBFM.grc b/grc/PicoSDR-WBFM.grc index 89f8071..8eb202c 100644 --- a/grc/PicoSDR-WBFM.grc +++ b/grc/PicoSDR-WBFM.grc @@ -369,8 +369,8 @@ blocks: marker9: '-1' name: '"FM Demodulation"' nconnections: '1' - size: int(samp_rate // 2 // 30) - srate: samp_rate // 2 + size: int(samp_rate // 30) + srate: samp_rate stemplot: 'False' style1: '1' style10: '1'