How to process in real-time data from a SoC Device using SoC Blockset?
Dear all,
I am using SoC Blockset for a simple receiver design on AMD Zynq Ultrascale+ ZCU111 evaluation board.
Now, when my design is ready, built and deployed, I have an external mode model open and wondering how I can send the data from the ZCU111 board processor to the host computer and operate it in real-time.
I have already tried using Rate Transition block, UDP write block and IO data sink block in the external mode model to save the data to the host, what I received were the files, photos of which are attached
These are binary files, content of which can be loaded to workspace using fopen() and fread() functions. This is working, but would be better if I could receive the data and work with it on the development PC in real-time (e.g. using a different model or some script). Is there a way? Am I using the correct logic for the external mode model (to send the data to the development pc using UDP)?
Thank you!Dear all,
I am using SoC Blockset for a simple receiver design on AMD Zynq Ultrascale+ ZCU111 evaluation board.
Now, when my design is ready, built and deployed, I have an external mode model open and wondering how I can send the data from the ZCU111 board processor to the host computer and operate it in real-time.
I have already tried using Rate Transition block, UDP write block and IO data sink block in the external mode model to save the data to the host, what I received were the files, photos of which are attached
These are binary files, content of which can be loaded to workspace using fopen() and fread() functions. This is working, but would be better if I could receive the data and work with it on the development PC in real-time (e.g. using a different model or some script). Is there a way? Am I using the correct logic for the external mode model (to send the data to the development pc using UDP)?
Thank you! Dear all,
I am using SoC Blockset for a simple receiver design on AMD Zynq Ultrascale+ ZCU111 evaluation board.
Now, when my design is ready, built and deployed, I have an external mode model open and wondering how I can send the data from the ZCU111 board processor to the host computer and operate it in real-time.
I have already tried using Rate Transition block, UDP write block and IO data sink block in the external mode model to save the data to the host, what I received were the files, photos of which are attached
These are binary files, content of which can be loaded to workspace using fopen() and fread() functions. This is working, but would be better if I could receive the data and work with it on the development PC in real-time (e.g. using a different model or some script). Is there a way? Am I using the correct logic for the external mode model (to send the data to the development pc using UDP)?
Thank you! udp, soc blockset, fpga, zcu111, external mode, .csv MATLAB Answers — New Questions