필터 지우기
필터 지우기

creating AD936x transmitter/receiver block in Simulink

조회 수: 3 (최근 30일)
Arash Jafari
Arash Jafari 2022년 4월 29일
답변: Abhijit 2023년 8월 11일
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

답변 (1개)

Abhijit
Abhijit 2023년 8월 11일
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