AD9361 transceiver help
10 次查看(过去 30 天)
显示 更早的评论
I am trying to run this very simple model for AD9361 TX and RX. All step sizes are correct, but when I run the model I got this error: "Complex signal mismatch. Output port 1 of 'ADI_test/ADI9361_rx/DDC_Filters_RX/Hm2/Hm2/In' is a signal of numeric type complex. However, it is driving a signal of numeric type real" Any help Please
0 个评论
回答(1 个)
Hi Hamza,
It is hard to debug the model without actually seeing it, but I will give it a try. The output of the AD9361 receiver is a complex digital baseband signal. If the output of the model is connected to a block that expects a real signal at its input (like for example a analog filter), then Simulink will try to propagate backwards the data type of the signal, and you will experience an error.
I recommend to enable "display-> signal and ports -> port data types from the Simulink toolbar in the model to debug the different data types.
You can comment the blocks connected at the output of the model and progressively figure out what causes the data type inconsistency.
I hope this helps,
Giorgia
2 个评论
Alexey Sudbin
2017-3-29
Hi Hamza,
That error can be related to the AD9361 Filter Wizard (it must be installed). I advise you to download the last version of the MathWorks support package for AD9361 from here:
https://www.mathworks.com/hardware-support/analog-devices-rf-transceivers.html
That link contains all components you need to work with AD9361 TX and RX. I have just checked the installer from that page, all models from that package run correctly.
I hope this helps you,
Alexey Sudbin, SPC AE Russia
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 RF Blockset Models for Transceivers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!