Capture ADC data from Zynq FPGA into PC in real time

17 次查看(过去 30 天)
So I have a project where I need to send data processed ADC data from Zynq to PC and then display it in Matlab. The communication is one-directional, coming in chunks of approx. 1.5MB. I have the ZCU104 board and the data is therefore stored in the DDR memory. I don't want to spend too much time with the Zynq-PC interface as it is not the primary goal of my project.
What is your advice? Do you know of some good design examples that I could modify?

采纳的回答

SANKALP DEV
SANKALP DEV 2023-11-6
Hello Rouzbeh,
I understand that you are seeking assistance with the task of sending processed ADC data from a Zynq board to a PC and displaying it in MATLAB.
One effective method to achieve this is by utilizing MATLAB's AXI Manager, which facilitates access to the FPGA's internal memory. To implement this approach, it is crucial to include the AXI Manager IP in your FPGA design.
For more detailed information and guidance, I recommend referring to the following MATLAB documentation resources:
These documentations also include practical examples that can significantly aid you in progressing with your projects.
Hope this helps you.
Regards
Sankalp dev
  1 个评论
Rouzbeh Molaei Imenabadi
Thanks for your answer. That seems like a great answer to my problem. I will try to replicate it for my project.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by