Borrar filtros
Borrar filtros

creating AD936x transmitter/receiver block in Simulink

3 visualizaciones (últimos 30 días)
Arash Jafari
Arash Jafari el 29 de Abr. de 2022
Respondida: Abhijit el 11 de Ag. de 2023
Hello All,
I'm trying to create a simulink block which communicate with zynq hardware.
According to explanation here(https://nl.mathworks.com/help/supportpkg/xilinxzynqbasedradio/ug/comm.sdrrxad936x-system-object.html#d123e29368)
I can create the system object in MATLAB by this command :
rx = sdrrx('AD936x')
How to create the corresponding Simulink block? with MATLAB system block?
Kind Regards
Arash

Respuestas (1)

Abhijit
Abhijit el 11 de Ag. de 2023
Hi Arash,
As per my understanding, you are trying to create a Simulink block from an existing system object. I would like to add that there is this Simulink block "AD936x Receiver" available under "Communications Toolbox Support Package for Xilinx Zynq-Based Radio". It is created using the same system object which you are using. Do check if this block satisfies your requirement. For more information, please refer to this documentation.
Also, refer to the following documentation for the detailed information on MATLAB system blocks.
For the installation of "Communications Toolbox Support Package for Xilinx Zynq-Based Radio", you can find information on this page.

Community Treasure Hunt

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

Start Hunting!

Translated by