RE: Calling GR Functions in a Sync Block

2020-12-07 Thread Adam Gorski
Fantastic, thank you! Adam Gorski Virginia Tech Applied Research Corporation (VT-ARC) Lead Communications Engineer 410-818-3188 From: Discuss-gnuradio On Behalf Of Jeff Long Sent: Sunday, December 6, 2020 12:40 PM To: discuss-gnuradio@gnu.org Subject: Re: Calling GR Functions in a Sync Block

Re: Calling GR Functions in a Sync Block

2020-12-06 Thread Jeff Long
from gnuradio import analog agc = analog.agc2_cc() On Sun, Dec 6, 2020 at 11:58 AM Adam Gorski wrote: > Community, > > > > Is there any way to call GR functions from within a sync block? I am > attempting to put code from a deprecated hierarchical block (dbpsk_demod) > into a custom sync block