Basti

Results 8 comments of Basti

Can confirm also with the "Tx Streamer" Block. System Information OS: Ubuntu 22.04.4 GR Installation Method: self compiled GNU Radio Version: 3.10.9.2 (Phython 3.10.12) Flowgraph: Null Source -> RFNoC Tx...

Hey, i tried this and got it to work with all tricks from the [KB Guide](https://kb.ettus.com/USRP_Host_Performance_Tuning_Tips_and_Tricks) I also have a small script to do this after Startup: ```bash #!/bin/bash size=250000000...

Okay, another thing I forgot to mention is to install DPDK. Especially the last point from [this article](https://files.ettus.com/manual/page_dpdk.html) helped a lot by setting the `RT_RUNTIME_SHARE` feature flag. This made a...

Okay, from this point i can only guess: 1. I guess you have, but just to make sure: Have you installed the [NVIDIA MLNX_OFED](https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/) drivers for dpdk? `(./mlnxofedinstall --dpdk)` Maybe...

I noticed this still not works in all cases! There are two scenarios i tested: 1. As in the example an main: define the Taps in one expression in the...

Now the block will work for the two scenarios described. I had to manually import the firdes file when defining the filter taps as strings in the resampler block. I...

Thank you for taking a look. I tweaked it a bit more so that it now works with a list. But it looks a bit messy and I think there...

Yes, I started with the FIR filters as they were quite simple. The other filters have some problems that I need to look at more closely. I have identified ten...