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
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
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
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?
__
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
___
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