AD9361 transceiver help

16 views (last 30 days)
Hamza Yaseen
Hamza Yaseen on 6 Mar 2017
Commented: Alexey Sudbin on 29 Mar 2017
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

Answers (1)

MathWorks RF & Mixed-Signal Products Team
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 Comments
Hamza Yaseen
Hamza Yaseen on 11 Mar 2017
Thanks for your answer. I believe I am aware of this issue. I already built a baseband system and it is perfectly work. Now I need to put it into the passband using the AD9361 TX and RX. The problem error appears from an internal block of the RX. To exclude all possibilities I built this very simple model you can download it here. But I am still receiving the same error :(
Alexey Sudbin
Alexey Sudbin on 29 Mar 2017
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

Sign in to comment.

Categories

Find more on RF Blockset Models for Transceivers in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!