05-03-2023 07:52 AM
Is it possible to emulate the ZCU216 Evaluation board in Matlab Labview or any other software? I receive the board a month from now and must be prepared to deploy the hardware design quickly to the board. Any advice or possible alternatives would be greatly appreciated! Thank you very much!
05-03-2023 08:06 AM
Hi doug,
@dougAd42 wrote:
Is it possible to emulate the ZCU216 Evaluation board in Matlab Labview or any other software? I receive the board a month from now and must be prepared to deploy the hardware design quickly to the board. Any advice or possible alternatives would be greatly appreciated! Thank you very much!
You want to emulate a complete µC board using a programming language like LabVIEW or MATLAB?
What exactly do you want to achieve by creating such a tool?
05-03-2023 08:15 AM
I was hoping to design the transmitters and receivers of my project using the chains of ADCs, DACs and transceivers housed on the board (perhaps using the Labview block structure) and simulate them in conjunction with communication algorithms designed in Matlab. Once I receive the physical board, I could upload the hardware design. Do you think this is possible or if another feasible approach exists? Thanks for the reply!
05-03-2023 08:26 AM
Hi doug,
@dougAd42 wrote:
I was hoping to design the transmitters and receivers of my project using the chains of ADCs, DACs and transceivers housed on the board (perhaps using the Labview block structure) and simulate them in conjunction with communication algorithms designed in Matlab.
LabVIEW is a programming language, so yes you could "design your hardware as a LabVIEW simulation". It even brings an API to communicate with MATLAB.
But is the effort to create the needed LabVIEW VIs worth when compared with the (to be) expected results?