Michael Dickens

Results 106 comments of Michael Dickens

> for gnuradio 3.9 or 3.10 pls We are working on this ... will hopefully have these in place by early September for GRCon'23

OK so this is related to https://github.com/EttusResearch/uhd/issues/675 ... yes? Let's go to email for this discussion ... but, yes that WARNING seems significant ... I meanyou have 2x TwinRX &...

Just to mention for completion: Some USB controllers do not provide enough power for the B20* to work reliably. The B200 / B210 take an optional power supply that removes...

Just because it's taking 30% of your total CPU doesn't mean one single thread isn't causing the issue. If you run "top" you'll likely see one thread/core maxed out. The...

OK interesting. It's also possible that the CPU just can't process more data than it is already without more FFT filter threads (which don't work). The block/thread is at max...

Holy moly that's ridiculous CPU usage for the Xlating block! I had no idea how inefficient it is! Too bad about the rotator being borked in 3.8 ... time to...

Meaning, for example: `ctest -V -R qa_calibrate_lin_array` ... repeat for different test & hopefully the more verbose info will be useful.

@cruisebzk what do you do to fix "make test" to work? If it's a change to `gr-doa`, we'd love to know so that we can fix the code! But we'd...

@cruisebzk OK thanks for that info. I'll check out the differences between oct2py & see how difficult it will be to fix this issue to work with both versions.