Hi,
I am using FMCOMMS3 board and I need to export an I/Q file generated with an RF input.
How can I do this?
Thank you
AD9361
Recommended for New Designs
The AD9361 is a high performance, highly integrated radio
frequency (RF) Agile Transceiverâ„¢ designed for use in 3G and
4G base station applications....
Datasheet
AD9361 on Analog.com
Hi,
I am using FMCOMMS3 board and I need to export an I/Q file generated with an RF input.
How can I do this?
Thank you
Are you using IIO GUI to configure AD9361?
If yes, then you can go to the file tab under the ADI IIO oscilloscope FFT capture and then click on" save as" to save the IQ file.
Refer to the below link:
https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope
Are you using IIO GUI to configure AD9361?
If yes, then you can go to the file tab under the ADI IIO oscilloscope FFT capture and then click on" save as" to save the IQ file.
Refer to the below link:
https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope
You can save the file in vsa format but in that case you will get information only about the center frequency and the plot min and max frequency(+/-fs/2) in the header file. Getting RSSI and BW information in the header file is not possible.
I read the rssi value from gui or from in_voltage0_rssi, is this correct? Yes.
There is no way to save the RSSI values in a file other than reading and manually writing it to a file.
The RSSI values for a fixed input and gain setting remains almost the same with time and hence it will synchronise with your saved I Q samples.
You may save the IQ data into a file continuously as below and then read and save the RSSI value in to the same file.