- AXI Manager - MATLAB & Simulink (mathworks.com)
- Access FPGA External Memory Using AXI Manager - MATLAB & Simulink Example (mathworks.com)
Capture ADC data from Zynq FPGA into PC in real time
조회 수: 23 (최근 30일)
이전 댓글 표시
Rouzbeh Molaei Imenabadi
2023년 10월 30일
댓글: Rouzbeh Molaei Imenabadi
2023년 11월 6일
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?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!