Hello
I’m trying to do data streaming from my Simulink model to a ZCU102+ADRV9002 for a hardware-in-the-loop test.
There’s an article (https://www.analog.com/en/analog-dialogue/articles/using-model-based-design-sdr-3.html) where they achieve this with a AD9361 and a Simulink IIO System Object (iio_sys_obj). This interface has been deprecated and I should be using the Transceiver Toolbox. But in the streaming examples available there are only .m files.
Is there a block that I could use in Simulink similarly to how the iio_sys_obj is used in the article? If not, how should I proceed to do data streaming from my simulink model to the ADRV9002?
Thanks.