USRP Software Radio

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving IQ Data in File Using GNU Radio and USRP B210

I am currently working on detecting NB-IoT signals using the USRP B210. After converting the signal to baseband and obtaining the digital IQ data via the ADC, I need to save the IQ data as a file. This file will then be used as digital input for the Virtex-7 FPGA to decode the data. I am using GNU Radio for this project.

I would be grateful if you could help me with this.

0 Kudos
Message 1 of 3
(136 Views)

Hi PHDHA,

 

A simple setup to receive IQ samples from the USRP and then storing them in a file can be seen in this image:

 

Leonard_Gartner_0-1744184639573.png

 

The USRP Source block instructs the USRP to receive samples, while the File Sink block stores the samples in a file.

 

Best regards,

Leonard

 

0 Kudos
Message 2 of 3
(38 Views)

Hi PHDHA,

 

If you have more questions regarding this, let me know!

 

For my answer, I assumed you use the flowgraph UI. A C or Python solution would be different ofcourse.

 

Best regards

Leonard

Graduate Sales Engineer @ NI

0 Kudos
Message 3 of 3
(16 Views)