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
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
x27;t want demodulation to continue indefinitely.
Thanks,
Adam Gorski
Virginia Tech Applied Research Corporation (VT-ARC)
Lead Communications Engineer
410-818-3188
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
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
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
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
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
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