is it possible to create a stand alone system using simulink libraries?

1 vue (au cours des 30 derniers jours)
Samer
Samer le 11 Déc 2017
Commenté : Samer le 27 Juin 2018
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).

Réponse acceptée

Neil MacEwen
Neil MacEwen le 11 Déc 2017
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

Plus de réponses (0)

Catégories

En savoir plus sur Multicore Processor Targets dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by