AD9361 transceiver help
조회 수: 7 (최근 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개)
MathWorks RF & Mixed-Signal Products Team
2017년 3월 9일
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!