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

1 visualización (últimos 30 días)
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).

Respuesta aceptada

Neil MacEwen
Neil MacEwen el 11 de Dic. de 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

Más respuestas (0)

Categorías

Más información sobre Multicore Processor Targets en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by