is it possible to create a stand alone system using simulink libraries?
2 次查看(过去 30 天)
显示 更早的评论
Is it possible to build a stand alone system using Zynq SDR support for communication system toolbox for Fmcomms3 and Zedboard?.
The link for the simulink library i am using: https://www.mathworks.com/hardware-support/zynq-sdr.html
I have experimented with this library and it served me well, is it possible to implement a SDR system that does not get connected to matlab and still capable of generating input signals and receives them using the same matlab logic on its own? (a custom boot image file).
0 个评论
采纳的回答
Neil MacEwen
2017-12-11
Hi Samer,
There are a couple of methods you can use to send or receive data with MATLAB disconnected.
Firstly, the repeated waveform transmitter function allows you to download a waveform to the board and have it repeatedly transmitted, even when disconnected from MATLAB.
Secondly, the HW/SW Co-design workflow allows you to generate HDL code for the FPGA and C code for the ARM processor from a Simulink model. This can be disconnected from MATLAB and run standalone, with a deployed FPGA image and C application.
Hope this helps,
Neil
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!