I am trying to create a block using gr.gr_sync_block which will select
a value from an input vector, pass that value to output, and discard
the rest of the vector:
!/usr/bin/env python
from gnuradio import gr
import numpy
class vector_parser(gr.gr_sync_block):
def __init__(self):
the block?
--
Jason Bonior
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Has anyone else had any problems with Network Manager interfering with
uhd_usrp_probe? While we had network manager running we could not ping
an N210, use the net burner, or uhd_usrp_probe it. We could use
uhd_find_devices although it would not display a serial number.
Switching to manual configura