Symbol Synchronizer Error in Port Widths or Dimensions

조회 수: 4 (최근 30일)
Amanda Q
Amanda Q 2019년 8월 21일
답변: ARHUM AHMAD 2023년 7월 25일
Hello,
I'm creating a basic receiver based on the Simulink QPSK example. I have a column of data that's 1024x1 coming into the receiver, and is going through the path as shown in the picture below.Symbol Sync error1.JPG
My question is about the symbol synchronizer block, which is outputting a different size matrix than the input. With the path as shown I don't get any errors, but as soon as I add another block after it, I get "Error in port widths or dimensions. Output port 1 of 'Receiver/Timing Recovery' is a matrix with a maximum size of [564x1]." My next block is a user-defined Matlab System block, which is expecting the 1024x1 size. Why does the symbol synchronizer block alter the output like that, and is there a way to change the output size to match the input?
Symbol Sync error2.JPG
Thanks in advance for any help/answers you can provide.
Amanda

답변 (1개)

ARHUM AHMAD
ARHUM AHMAD 2023년 7월 25일
The output size of symbol sync depends on samples per symbol. maximum output size of NsampNsps×1.1.
Based on selected value and actual frame size you decode your signal.
It seems your frame size is larger than provided input. share your error for better solution.
Here is the link to understand Symbol Sync: https://in.mathworks.com/help/comm/ref/symbolsynchronizer.html?searchHighlight=Symbol%20Synchronizer&s_tid=srchtitle_support_results_1_Symbol%20Synchronizer

카테고리

Help CenterFile Exchange에서 Model Verification에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by