From 4202152bfd2015cba2e52592761b5e64bfb46c0f Mon Sep 17 00:00:00 2001
From: Tim O'Shea
Date: Wed, 13 Feb 2013 16:38:20 -0500
Subject: grc: add callback for gr_throttle sample_rate
---
grc/blocks/gr_throttle.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/grc/blocks/gr_throttle.xml b/grc/blocks/gr_throttle.xml
index dc825f167..e3a5a2ba1 100644
--- a/grc/blocks/gr_throttle.xml
+++ b/grc/blocks/gr_throttle.xml
@@ -10,6 +10,7 @@
1
from gnuradio import gr
gr.throttle($type.size*$vlen, $samples_per_second)
+ set_sample_rate($samples_per_second)
Type
type
--
cgit