RE: Setting DPSK Demod Block Parameters

2020-12-22 Thread Adam Gorski
Marcus, Thank you for the detailed response! This enriches my understanding of the demod process as well as the knobs involved; looks like I'll have to go back to the drawing board to implement something similar using non-deprecated blocks. Thanks, Adam Gorski Virginia Tech Applied Res

Setting DPSK Demod Block Parameters

2020-12-21 Thread Adam Gorski
this value mirror the values of FLL and Phase Loop bandwidths? My end goal is being able to identify the Mode S message preambles within the demodulated bitstream. Any help is appreciated, thank you! Adam Gorski Virginia Tech Applied Research Corporation (VT-ARC) Lead Communications Engineer 410-818-3188

Executing Blocks Based on Tags

2020-12-08 Thread Adam Gorski
x27;t want demodulation to continue indefinitely. Thanks, Adam Gorski Virginia Tech Applied Research Corporation (VT-ARC) Lead Communications Engineer 410-818-3188

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

Calling GR Functions in a Sync Block

2020-12-06 Thread Adam Gorski
cal block, however I am not aware how to combine the work function of the sync block with the hierarchical block code. Any help is appreciated, thank you! Adam Gorski Virginia Tech Applied Research Corporation (VT-ARC) Lead Communications Engineer 410-818-3188

Modifying gr-adsb to Demodulate Uplink Format Messages

2020-11-16 Thread Adam Gorski
hether my thinking in tackling this problem is correct, whether the options I'm pursuing make sense, or if there are other options you'd recommend exploring. Any help is greatly appreciated! Please let me know if additional details are required. Thanks, Adam Gorski

Import Error with Custom Block

2020-08-29 Thread Adam Gorski
Hello GR community, I am getting familiarized with creating my own out of tree modules and custom blocks however I seem to be having execution issues. To start, I am trying to replicate one of the gr-adsb blocks (decoder) within my custom module, then append some modifications once it's been co

RE: Modifying Offset Stream Tag

2020-06-23 Thread Adam Gorski
minimum 500ns (at 2Msps). Is there anything that can be done to decrease this amount? Thanks, Adam Gorski Virginia Tech Applied Research Corporation (VT-ARC) Wireless Communications Systems Engineer 410-818-3188 From: Nick Foster Sent: Sunday, June 21, 2020 7:01 PM To: Adam Gorski Cc: discuss

Modifying Offset Stream Tag

2020-06-21 Thread Adam Gorski
port * so_file = '~/time_ns.so' c_time_ns = CDLL(so_file) c_time_ns.time_ns.restype = c_longlong return c_time_ns.time_ns() Thanks, Adam Gorski Virginia Tech Applied Research Corporation (VT-ARC) Wireless Communications Systems Engineer 410-818-3188 demod.py Description: demod.py