creating AD936x transmitter/receiver block in Simulink
3 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Abhijit
on 11 Aug 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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!