Re: **Cant use UHD SINK and UHD Source in the same flowgraph

2023-01-16 Thread Taylor Clark
/2023 09:52, Taylor Clark wrote: > > Hey all, > > > > I am using the x410 with a flowgraph that has uhd source and uhd sink > > in the same flowgraph however, I believe its because the device is > > already claimed. > > > > Here is the output I am gett

**Cant use UHD SINK and UHD Source in the same flowgraph

2023-01-16 Thread Taylor Clark
meError: LookupError: KeyError: No devices found for -> Device Address: x4xx: Is it possible to use these two together and have them claim the device as one Regards, Taylor Clark

Device Controller for RFNOC 4.0 UHD-4.3.0.0-rc2 & gnuradio maint-3.8.0.0 does not parse into gnuradio correctly

2023-01-15 Thread Taylor Clark
ph_args}")))\n') I am able to generate the python by removing the extra ")" in the .py file and running it through python3. I am unable to find anyone this issue and have followed this guide https://www.linkedin.com/pulse/installation-uhd-40-gnu-radio-38-rfnoc-ubuntu-2004-murthy-s?trk=pulse-article_more-articles_related-content-card I would appreciate it anyone else has figured out this issue or knows if I am doing anything wrong! Thank you in advanced, Taylor Clark

Re: Why is OFDM_loopback slow with Random Source

2022-03-31 Thread Taylor Clark
, Mar 27, 2022 at 5:11 PM Cinaed Simson wrote: > > > On 3/23/22 13:10, Taylor Clark wrote: > > Good evening, > > I have been doing some work with packet modulation and I ran > > across the OFDM_Loopback.grc file. I initially did some test with my > > ZMQ Serv

Why is OFDM_loopback slow with Random Source

2022-03-23 Thread Taylor Clark
an input. To my surprise, it was just as slow and I really can't figure out why. My CPU isnt terrible, is this GNURADIOS internal data processing at work or am I not understanding how it was meant to be used? Any feedback would be greatly appreciated! Respectfully, Taylor Clark

Re: RFNoc Rx Radio to Socket

2022-02-07 Thread Taylor Clark
hat you have skip_tag_propagation set to true from the > tx_rx_loopback example, but you’re not doing a loopback. > What are you trying to do? > > > > > On Feb 4, 2022, at 13:16, Marcus D. Leech > wrote: > > > > On 2022-02-04 10:02, Taylor Clark wrote: > >> Good morin