[USRP-users] Re: 2 rx antennas + USRP B210

2022-03-24 Thread Jumana via USRP-users
Appreciate your help. I am going to learn how to construct Gnu Radio flow-graph. ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: 2 rx antennas + USRP B210

2022-03-24 Thread Marcus D. Leech
On 2022-03-24 11:32, Jumana via USRP-users wrote: 1-I installed radioconda + USB driver 2-to capture LoRa trace using USRP B210, I type “rx_samples_to_file --freq 915.0e6 --rate 1e6 --gain 20 --duration 10  --file lora_rx“ 3-Now i want to capture Lora trace using 2 antennas that located in

[USRP-users] An RFNOC-on-N310 question

2022-03-24 Thread Marcus D. Leech
Good morning fellow USRPistas: Some of you may know that my *other* role in life is to run this little outfit: http://www.ccera.ca I'm wondering about an RFNOC implementation of something for the N310 which is basically: Radio--->DDC-->FFT-WITH-MAG**2-->IIR-FILTER--->KEEP_ONE_IN_N-->SEND_T

[USRP-users] 2 rx antennas + USRP B210

2022-03-24 Thread Jumana via USRP-users
1-I installed radioconda + USB driver 2-to capture LoRa trace using USRP B210, I type “rx_samples_to_file --freq 915.0e6 --rate 1e6 --gain 20 --duration 10  --file lora_rx“ 3-Now i want to capture Lora trace using 2 antennas that located in port TX/RX and RX2 How can i do that? __

[USRP-users] Re: rfnoc vs mult_usrp API question(s)

2022-03-24 Thread Jim Palladino
I just noticed a typo in my original email. I meant to say "I'm wondering if I could/should be creating a multi_usrp_rfnoc object . . . ", not: "I'm wondering if I could/should be creating a multi_usrp_rfnoc class . . . " Just correcting that so I don't cause confusion. Thanks, Jim ___

[USRP-users] rfnoc vs mult_usrp API question(s)

2022-03-24 Thread Jim Palladino
Hello, I just want to make sure I understand the different API's and when to use them. I've been using the multi_usrp API for most development using the standard FPGA load on an N320. I recently added in an FFT RFNoC block into the FPGA load, and will soon add 1 or more custom RFNoC blocks. I