フィルターのクリア

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