Re: [USRP-users] 答复: 答复: N310 "Bad CHDR or packet fragment" Problem

2019-07-26 Thread 汤 飞 via USRP-users
FYI ifconfig enp2s0: flags=4163 mtu 8000 inet 192.168.10.1 netmask 255.255.255.0 broadcast 192.168.10.255 inet6 fe80::96c6:91ff:febd:e8bb prefixlen 64 scopeid 0x20 ether 94:c6:91:bd:e8:bb txqueuelen 1000 (Ethernet) RX packets 3352 bytes 2274650 (2.2 MB)

Re: [USRP-users] Strange Loopback Test SNR Results USRP B210

2019-07-26 Thread Ron Economos via USRP-users
Your noise floor calculation is incorrect. It's (k * 290 * B) + NF. Also, the B210 NF is dependent on receiver gain. See: https://kb.ettus.com/images/c/cb/B200_RF_Performance.pdf So the noise floor at 100 kHz bandwidth is more like -99 dBm. As for IQ imbalance, 100 ksps is too low of a sample

Re: [USRP-users] UHD install from source with Pybombs failed

2019-07-26 Thread Robin Coxe via USRP-users
It looks like UHD didn't build because it's missing the Python library numpy. You can try "pip install numpy" and rerunning PyBombs, but to be honest you might have better luck starting over and installing from source by following these instructions-- https://kb.ettus.com/Building_and_Installing_

Re: [USRP-users] UHD install from source with Pybombs failed

2019-07-26 Thread Saeid Hashemi via USRP-users
Attempting to install boost libraries shows that they are already the latest version: libboost-dev is already the newest version. libboost-all-dev is already the newest version. On Fri, Jul 26, 2019 at 3:26 PM Saeid Hashemi wrote: > Hello everyone, > > I've attempted to install UHD using Pybomb

[USRP-users] UHD install from source with Pybombs failed

2019-07-26 Thread Saeid Hashemi via USRP-users
Hello everyone, I've attempted to install UHD using Pybombs, following up on a previous issue I had due to my first binary install, but this is failing. $ pybombs prefix init -a default prefix/default/ -R gnuradio-default Results in: -- Configuring incomplete, errors occurred! See also "/home/s

Re: [USRP-users] Transmitting data from 2 antennas of B210

2019-07-26 Thread Zhenghao Zhang via USRP-users
Hi, I am happy to report that I was able to set up the 2-stream transmission actually without much trouble. I want to thank Michael Dickens and Ron Economos for offering valuable advice, without which I would never be able to get it done in a couple of days. I just used gnuradio-companion and con

Re: [USRP-users] 答复: 答复: N310 "Bad CHDR or packet fragment" Problem

2019-07-26 Thread Sam Reiter via USRP-users
Can you post the output of *ifconfig* on your system? Sam Reiter SDR Support Engineer Ettus Research On Thu, Jul 25, 2019 at 7:40 PM 汤 飞 wrote: > Thanks! > > I am learning to use RFNOC to integrate a baseband. So I used PyBOMBS to > create the environment. The automatically installed UHD vers

Re: [USRP-users] RFNoC Polyphase Channelizer updates

2019-07-26 Thread EJ Kreinar via USRP-users
Very cool! Feel free to reach out if you have any questions or issues. Right now it's set up as a M/2 channelizer, and the output rate is 2x input rate. All the channels come out interleaved and have to be deinterleave in software (you'll see in the example flowgraph). Cheers, EJ On Thu, Jul 25,