Question about how to run TX and RX calibration example model on zedboard with zynq
Show older comments
I am doing an experiment: I combined the following two examples:
Transmitter example: https://ww2.mathworks.cn/help/supportpkg/xilinxzynqbasedradio/examples/frequency-offset-calibration-transmitter-using-analog-devices-ad9361-ad9364.html
Receiver example: https://ww2.mathworks.cn/help/supportpkg/xilinxzynqbasedradio/examples/frequency-offset-calibration-receiver-using-analog-devices-ad9361-ad9364.html
The combined model is shown in the image:

I have the boards: AD-FMCOMMS4-EBZ(which is AD9364) evaluation board) and Zedboard with Xilinx Zynq. when I run the model, the signal plotted in time scope is discontinuous sin wave but not continuous sin wave. | | Is the discontinuous sin wave plotted in time scope correct?||


Accepted Answer
More Answers (2)
Ardeal Liang
on 18 Oct 2018
0 votes
Ardeal Liang
on 22 Oct 2018
Edited: Ardeal Liang
on 22 Oct 2018
0 votes
1 Comment
Paul
on 23 Oct 2018
There are some bottlenecks involved in running a receiver and a transmitter in Normal mode in Simulink at the same time on the same device. It requires for the data to go from the chip to the host with too high rates to ensure continuous streaming. This is not a supported use case.
That is why you should consider using the `transmitRepeat` functionality as highlighted above. It will let the transmitter transmit without being actively fed by the host, it will transmit a given waveform repeatedly.
As for your question on the loopback cable, please refer to my answer here to your similar question.
Categories
Find more on Targeting FPGA & SoC Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!